1.0.0 • Published 6 years ago

fuf-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

fuf-cli – Find Unused Files in a directory with a single command

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

  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 :heart: by Rubens Mariuzzo.

MIT license