SwiftInspector
SwiftInspector
is a command line tool built on top of SwiftSyntax to help inspect usage of classes, protocols, properties, etc in a Swift codebase.
Disclaimer
This project is currently under development and can have breaking API changes.
Requirements
- Swift 5.4
Install
Run the following command:
$ git clone [email protected]:fdiaz/SwiftInspector.git
$ cd SwiftInspector
$ make install
Develop
If you want to contribute to this project, please take a look at our CONTRIBUTING guidelines. To generate and open the project in Xcode run:
$ make develop
Default branch
The default branch of this repository is main
. Between the initial commit and 75bd9f4
, the default branch of this repository was master
. See #38 for more details on why this change was made.