fix-unused-deps
v1.1.0
Published
NPM command to automatically remove unused dependencies
Downloads
2
Readme
fix-unused-deps
NPM command to automatically remove unused dependencies
Usage
fix-unused-deps
command to remove unused deps
Options:
--version Show version number [boolean]
--help Show help [boolean]
-d, --dryRun it only prints unused deps to console, without removing them
Example
npm i -g fix-unused-deps
- cd into your npm package folder
- run
fix-unused-deps