RedMadRobot/synopsis
Swift source code scanner.
This tool helps Swift developers extract detailed information about the structure and content of their Swift source code files. It takes one or more Swift files as input and outputs a structured representation of classes, structs, enums, functions, and properties, including their documentation comments, accessibility, and inheritance. This is ideal for Swift developers working on code analysis, documentation generation, or meta-programming tasks.
No commits in the last 6 months.
Use this if you need to programmatically understand the components within your Swift code, such as class names, methods, properties, and their associated documentation.
Not ideal if you are looking for a tool to analyze the runtime behavior or performance of your Swift application.
Stars
13
Forks
1
Language
Swift
License
MIT
Category
Last pushed
Apr 25, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/RedMadRobot/synopsis"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy...
DanielMSchmidt/objective-c-parser
Get the JSON representation of an Objective-C header file
yonaskolb/SwagGen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Lighter-swift/Lighter
Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.