Skip to content

AMatecki/fus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it ( https://github.com/[my-github-username]/fus/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Find unused Swift classes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%