https://github.com/rmariuzzo/fuf-cli
🔍 fuf – Find Unused Files in a directory with a single command.
https://github.com/rmariuzzo/fuf-cli
Last synced: over 1 year ago
JSON representation
🔍 fuf – Find Unused Files in a directory with a single command.
- Host: GitHub
- URL: https://github.com/rmariuzzo/fuf-cli
- Owner: rmariuzzo
- License: mit
- Created: 2018-09-17T04:25:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T08:29:44.000Z (over 7 years ago)
- Last Synced: 2025-03-17T01:51:22.548Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/rmariuzzo/fuf-cli
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Installation
```bash
npm install fuf-cli --global
```
# Usage
```bash
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](https://github.com/rmariuzzo/fuf) – the node package.
# Development
1. Clone and fork this repo.
2. Install dependencies: `npm install`.
3. Do your stuff.
4. [Run tests](#test).
5. Prepare a pull request.
## Releases
1. `npm install --global np`
2. `np`
Made with :heart: by [Rubens Mariuzzo](https://github.com/rmariuzzo).
[MIT license](LICENSE)