How to Install gitbook-cli NPM Packages on Ubuntu / Debian

How to Install gitbook-cli software package in NPM Packages

gitbook-cli : CLI to generate books and documentation using gitbook. You can installing gitbook-cli 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 gitbook-cli
$ sudo npm install -g gitbook-cli

If want to update the gitbook-cli package execute the command as below,

$ sudo npm update gitbook-cli

Update package globally,

$ npm install -g gitbook-cli

Git clone:

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

gitbook-cli@2.3.2 /usr/lib/node_modules/gitbook-cli

How to remove gitbook-cli package :

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

$ sudo npm uninstall gitbook-cli

Basic Information of gitbook-cli NPM Package:

Package Name gitbook-cli
Version 2.3.2
Description CLI to generate books and documentation using gitbook
Released Date 2017-07-14T12:47:56.194Z
Published by aarono
How to Learn https://www.npmjs.com/package/gitbook-cli/tutorial