npm install fuf-cli --global
fuf 'app/**/*' 'app/images/**/*'
This will find any file at app/images
that's unused on app
directory. π
This cli app is based on fuf β the node package.
- Clone and fork this repo.
- Install dependencies:
npm install
. - Do your stuff.
- Run tests.
- Prepare a pull request.
npm install --global np
np
Made with β€οΈ by Rubens Mariuzzo.