Fus is a command line tool for finding unused Swift classes in your project.
This tool was inspired by fui
$ gem install fus
fus help
fus find
The find
command lists the names of all unused classes.
fus list
The list
command lists the names of all the Swift classes identified by FUS.
fus find --path [the path to search at]
This project (like Swift itself) is a work in progress. Contributions are very welcome.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)