1.1.0 • Published 2 years ago

hnm v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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.

npm version MIT License NodeJS install size npm downloads

Compatibility

The minimum supported version of Node.js is v6.

Usage

Installation

$ npm i -g hnm

Or use with npx

$ npx hnm remove[r, install, i] [options]

Example

Commands

Usage: hnm \<command> args

  • remove or 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

License

MIT