Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maddhruv/clean-node

Clean node_modules for your Node App
https://github.com/maddhruv/clean-node

nodejs npm tool yarn

Last synced: 27 days ago
JSON representation

Clean node_modules for your Node App

Awesome Lists containing this project

README

        

# clean-node
Clean node_modules for your Node App

## Installation

`npm install -g clean-node`

`yarn global add clean-node`

OR

`npm install --save-dev clean-node`

`yarn add --dev clean-node`

and add as a script in your package.json
```js
"scripts": {
"clean": "clean-node"
}
```

## How to

type `clean-node` in your terminal
and that's it :wink: