fuf-cli
v1.0.0
Published
Find Unused Files in a directory with a single command.
Downloads
7
Readme
Installation
npm install fuf-cli --global
Usage
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
Development
- Clone and fork this repo.
- Install dependencies:
npm install
. - Do your stuff.
- Run tests.
- Prepare a pull request.
Releases
npm install --global np
np
Made with :heart: by Rubens Mariuzzo.