fuf-cli

🔍 fuf – Find Unused Files in a directory with a single command.

MIT License

Downloads
5
Stars
6

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 – the node package.

Development

  1. Clone and fork this repo.
  2. Install dependencies: npm install.
  3. Do your stuff.
  4. Run tests.
  5. Prepare a pull request.

Releases

  1. npm install --global np
  2. np

Made with ❤️ by Rubens Mariuzzo.

MIT license