jsdoc-to-markdown : Generates markdown API documentation from jsdoc annotated source code. You can installing jsdoc-to-markdown 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-to-markdown $ sudo npm install -g jsdoc-to-markdown
If want to update the jsdoc-to-markdown package execute the command as below,
$ sudo npm update jsdoc-to-markdown
Update package globally,
$ npm install -g jsdoc-to-markdown
$ sudo git clone https://github.com/rektide/jsdoc-to-markdown.git
$ sudo npm install -g ./jsdoc-to-markdown
jsdoc-to-markdown@3.0.2 /usr/lib/node_modules/jsdoc-to-markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsdoc-to-markdown
Package Name | jsdoc-to-markdown |
Version | 3.0.2 |
Description | Generates markdown API documentation from jsdoc annotated source code |
Released Date | 2017-11-14T11:09:29.606Z |
Published by | 75lb |
How to Learn | https://www.npmjs.com/package/jsdoc-to-markdown/tutorial |