How to Install subcommand NPM Packages on Ubuntu / Debian

How to Install subcommand software package in NPM Packages

subcommand : create CLI tools with subcommands. You can installing subcommand npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install subcommand
$ sudo npm install -g subcommand

If want to update the subcommand package execute the command as below,

$ sudo npm update subcommand

Update package globally,

$ npm install -g subcommand

Git clone:

$ sudo  git clone https://github.com/rektide/subcommand.git
$ sudo  npm install -g ./subcommand

subcommand@2.1.0 /usr/lib/node_modules/subcommand

How to remove subcommand package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall subcommand

Basic Information of subcommand NPM Package:

Package Name subcommand
Version 2.1.0
Description create CLI tools with subcommands
Released Date 2017-01-18T22:57:57.721Z
Published by jhand
How to Learn https://www.npmjs.com/package/subcommand/tutorial