grunt-jsdoc : Integrates jsdoc3 generation into your Grunt build. You can installing grunt-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 grunt-jsdoc $ sudo npm install -g grunt-jsdoc
If want to update the grunt-jsdoc package execute the command as below,
$ sudo npm update grunt-jsdoc
Update package globally,
$ npm install -g grunt-jsdoc
$ sudo git clone https://github.com/rektide/grunt-jsdoc.git
$ sudo npm install -g ./grunt-jsdoc
grunt-jsdoc@2.2.0 /usr/lib/node_modules/grunt-jsdoc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-jsdoc
Package Name | grunt-jsdoc |
Version | 2.2.0 |
Description | Integrates jsdoc3 generation into your Grunt build |
Released Date | 2017-10-02T14:14:40.624Z |
Published by | krampstudio |
How to Learn | https://www.npmjs.com/package/grunt-jsdoc/tutorial |