@coderzsq/npm-clear
v1.0.5
Published
>Used to clean up the node_modules generated by the node package management tool in the project.
Downloads
5
Readme
npm-clear
Used to clean up the node_modules generated by the node package management tool in the project.
Installation
$ npm i @coderzsq/npm-clear -g
Usage
Start cleaning from the current directory
$ npmc
Start cleaning from the specified directory
$ npmc -d <dest>