1.0.0 • Published 7 years ago
fuf v1.0.0
Usage
import fuf from 'fuf'
fuf('target/directory', 'files/directory/**.*')
.then(results => {
console.log(results.unused)
console.log(results.used)
})How it works?
fuffind filenames that will be test for usage.fuffind usage of those filenames in files from a target directory.fufoutput a list of unused files and a list of used files.
Development
- Clone and fork this repo.
- Install dependencies:
npm install. - Do your stuff.
- Run tests.
- Prepare a pull request.
Releases
npm install --global npnp
Made with :heart: by Rubens Mariuzzo.