@coderzsq/npm-clear

Used to clean up the node_modules generated by the node package management tool in the project.

Usage no npm install needed!

<script type="module">
  import coderzsqNpmClear from 'https://cdn.skypack.dev/@coderzsq/npm-clear';
</script>

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>