Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T09:18:35.000Z (over 4 years ago)
- Last Synced: 2024-11-10T09:06:53.479Z (2 months ago)
- Topics: cleanup, cli, cli-app, delete, dependencies, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 5
- Watchers: 2
- 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
[![Package Version](https://img.shields.io/npm/v/del-nm-cli.svg?style=flat-square)](https://www.npmjs.com/package/del-nm-cli)
[![Downloads Status](https://img.shields.io/npm/dm/del-nm-cli.svg?style=flat-square)](https://npm-stat.com/charts.html?package=del-nm-cli&from=2016-04-01)
[![Build Status: Linux](https://img.shields.io/travis/luftywiranda13/del-nm-cli/master.svg?style=flat-square)](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)