Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maddhruv/clean-node
- Owner: maddhruv
- License: apache-2.0
- Created: 2018-05-24T12:20:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T15:42:22.000Z (over 6 years ago)
- Last Synced: 2024-12-18T21:04:11.777Z (about 1 month ago)
- Topics: nodejs, npm, tool, yarn
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: