Fus:
Stop compiling things you don't use.
Fus is a command line tool for finding unused Swift classes in your project.
This tool was inspired by fui
Installation
$ gem install fus
Usage
FUS commands:
fus find # Find unused swift classes
fus list # List all swift classes
Options:
-p, [--path=path] # path in which to search (defaults to /Users/thomasabend/Desktop/Programming/fus)
Contributing
- Fork it ( https://github.com/[my-github-username]/fus/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request