jspm-unused
v0.2.0
Published
Find unused files in a Jspm project
Readme
jspm-unused
Find unused files in a Jspm project
Install
npm install -g jspm-unusedUsage
jspm-unused app/app.jsThis will print unused files on the console.
You can set the --quiet option to suppress superfluous output
jspm-unused --quiet app/app.jsAs there is one file per line, one can feed the output to another command. For example, to remove unused files
rm `jspm-unused --quiet app/app.js`Related
- webpack-unused - Find unused files in a Webpack project
