Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
fdiaz/SwiftInspector
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.3
Install
Run the following command:
$ git clone git@github.com: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.
License
Github
link |
Stars: 6 |
Last commit: 5 days ago |
You may find interesting
Dependencies
Releases
Release version 0.8.0 - 2021-01-23T01:12:29
Update to use Swift 5.3 https://github.com/fdiaz/SwiftInspector/pull/47