https://github.com/luftywiranda13/del-nm-cli
Delete `node_modules` and lockfiles
https://github.com/luftywiranda13/del-nm-cli
cleanup cli cli-app delete dependencies npm yarn
Last synced: 3 months ago
JSON representation
Delete `node_modules` and lockfiles
- Host: GitHub
- URL: https://github.com/luftywiranda13/del-nm-cli
- Owner: luftywiranda13
- License: mit
- Created: 2017-09-13T16:51:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T09:18:35.000Z (about 5 years ago)
- Last Synced: 2025-03-25T21:12:25.688Z (4 months ago)
- Topics: cleanup, cli, cli-app, delete, dependencies, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# del-nm-cli
> Delete `node_modules` and lockfiles
[](https://www.npmjs.com/package/del-nm-cli)
[](https://npm-stat.com/charts.html?package=del-nm-cli&from=2016-04-01)
[](https://travis-ci.org/luftywiranda13/del-nm-cli)Useful to perform fresh installation of dependencies.
## Installation
```sh
npm install --global del-nm-cli
```## Usage
```sh
$ del-nm --helpUsage
$ 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](https://github.com/luftywiranda13/del-nm) - API for this module
## License
MIT © [Lufty Wiranda](https://www.luftywiranda.com)