3.0.11 • Published 4 years ago

nmgc v3.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Node Modules Garbage Cleaner

This module allows you to remove package-lock.json and node_modules from your project. Also you has a clean installation of your npm packages.

npm version MIT License NodeJS install size npm downloads

Compatibility

The minimum supported version of Node.js is v6.

Usage

Installation

$ npm i -g nmgc

Or use with npx

$ npx nmgc <COMMAND> [OPTIONS]

Commands

USAGE:
    nmgc <COMMAND> [OPTIONS]

COMMAND
    h, help     show general help
    r, remove   remove package-lock and node_modules
    i, install  clean dependencies and install them from package.json

OPTIONS:
    -f, --force  force the npm installation

License

MIT

3.0.10

4 years ago

3.0.11

4 years ago

3.0.9

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago