Fus is a command line tool for finding unused Swift classes in your project.
This tool was inspired by fui
$ gem install fus
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)
- 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