gitbook : Library and cmd utility to generate GitBooks. You can installing gitbook 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 $ sudo npm install -g gitbook
If want to update the gitbook package execute the command as below,
$ sudo npm update gitbook
Update package globally,
$ npm install -g gitbook
$ sudo git clone https://github.com/rektide/gitbook.git
$ sudo npm install -g ./gitbook
gitbook@3.2.3 /usr/lib/node_modules/gitbook
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitbook
Package Name | gitbook |
Version | 3.2.3 |
Description | Library and cmd utility to generate GitBooks |
Released Date | 2017-08-03T21:27:19.070Z |
Published by | aarono |
How to Learn | https://www.npmjs.com/package/gitbook/tutorial |