1.1.0 • Published 3 years ago
hnm v1.1.0
Handle Node Modules
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.
Compatibility
The minimum supported version of Node.js is v6.
Usage
Installation
$ npm i -g hnmOr use with npx
$ npx hnm remove[r, install, i] [options]Example
Commands
Usage: hnm \<command> args
- removeor- r: Remove package-lock.json and node_modules
- install [args]or- i [args]: Clean dependencies and install them from package.json"- [args]: Options for npm install