find-orphans
v0.0.1
Published
Locates orphan js files in the current project
Downloads
99
Readme
find-orphans
Locates orphan js files in the current project
Usage
First, install it:
npm i --save-dev find-orphans
Then, add it to package.json:
{
"scripts": {
"find-orphans": "./node_modules/.bin/find-orphans"
}
}
You can customize it easily. Try ./node_modules/.bin/find-orphans --help
to
get a list of available options.