0.0.20 • Published 3 years ago
unused-file-finder v0.0.20
unused-file-finder
Installation
To install unused-file-finder with yarn, run:
yarn add unused-file-finder -DConfiguration
The default settings is:
{
"directory": ".",
"ignorePaths": [".git", "node_modules", "public"]
}But if you need to modify it, you need to add a code similar to the following to your package.json:
"unusedFileFinder": {
"directory": ".",
"ignorePaths": [".git", "node_modules", "public"]
}Examples
Using npx in a standard Node.js project:
npx unused-file-finder