0.0.6 • Published 9 years ago

cleanup-dependencies v0.0.6

Weekly downloads
883
License
MIT
Repository
-
Last release
9 years ago

cleanup-dependencies

"clean-deps" is a node CLI command to cleanup un-used node dependencies

Installation

npm install cleanup-dependencies

Usage

Your node project's package.json might have some un-used dependencies listed, which, if not removed, will be downloaded and packaged as part of your node component during build time.

to find and remove unused deps : 1. CD into your project folder and 2. execute "clean-deps"

Example