How to Install commitizen NPM Packages on Ubuntu / Debian

How to Install commitizen software package in NPM Packages

commitizen : Git commit, but play nice with conventions.. You can installing commitizen 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 commitizen
$ sudo npm install -g commitizen

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

$ sudo npm update commitizen

Update package globally,

$ npm install -g commitizen

Git clone:

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

commitizen@2.9.6 /usr/lib/node_modules/commitizen

How to remove commitizen package :

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

$ sudo npm uninstall commitizen

Basic Information of commitizen NPM Package:

Package Name commitizen
Version 2.9.6
Description Git commit, but play nice with conventions.
Released Date 2017-02-16T14:22:39.960Z
Published by jimthedev
How to Learn https://www.npmjs.com/package/commitizen/tutorial