0.0.10 • Published 8 years ago

package-json-cleaner v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

package-json-cleaner

A nifty interactive cli tool to crawl through your code and find unused modules

sudo npm install -g package-json-cleaner

then

cd project-root

and then

package-json-cleaner

At the moment package-json-cleaner considers require("something"); and import something from 'something'; to be valid usages of a module. If it finds modules from your package.json that are mentioned in other string constants it will ask you if it is a valid usage or not.

Options

-e,--excludeexclude directories (comma delimited)package-json-cleaner -e src/assets,dist
0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago