del-nm-cli
v2.2.3
Published
Delete `node_modules` and lockfiles
Downloads
9
Maintainers
Readme
del-nm-cli
Delete
node_modules
and lockfiles
Useful to perform fresh installation of dependencies.
Installation
npm install --global del-nm-cli
Usage
$ del-nm --help
Usage
$ del-nm [path|options]
Options
-l, --lockfiles [boolean] Delete lockfiles [default: true]
Examples
$ del-nm
$ del-nm foo
$ del-nm bar --lockfiles false
Related
- del-nm - API for this module
License
MIT © Lufty Wiranda