Skip to content

πŸ” fuf – Find Unused Files in a directory with a single command.

License

Notifications You must be signed in to change notification settings

rmariuzzo/fuf-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 – 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

About

πŸ” fuf – Find Unused Files in a directory with a single command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published