3.0.11 • Published 3 years ago

nmgc v3.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

3.0.11

3 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago