fuf-cli

1.0.0 • Public • Published

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 ❤️ by Rubens Mariuzzo.

MIT license

/fuf-cli/

    Package Sidebar

    Install

    npm i fuf-cli

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.58 kB

    Total Files

    5

    Last publish

    Collaborators

    • rmariuzzo