jsdoc : An API documentation generator for JavaScript.. You can installing jsdoc 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 jsdoc $ sudo npm install -g jsdoc
If want to update the jsdoc package execute the command as below,
$ sudo npm update jsdoc
Update package globally,
$ npm install -g jsdoc
$ sudo git clone https://github.com/rektide/jsdoc.git
$ sudo npm install -g ./jsdoc
jsdoc@3.5.5 /usr/lib/node_modules/jsdoc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsdoc
Package Name | jsdoc |
Version | 3.5.5 |
Description | An API documentation generator for JavaScript. |
Released Date | 2017-09-14T02:52:53.750Z |
Published by | hegemonic |
How to Learn | https://www.npmjs.com/package/jsdoc/tutorial |