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.
- Instal
5B14
l dependencies:
npm install
. - Do your stuff.
- Run tests.
- Prepare a pull request.
npm install --global np
np
Made with โค๏ธ by Rubens Mariuzzo.