apidoc : RESTful web API Documentation Generator. You can installing apidoc 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 apidoc $ sudo npm install -g apidoc
If want to update the apidoc package execute the command as below,
$ sudo npm update apidoc
Update package globally,
$ npm install -g apidoc
$ sudo git clone https://github.com/rektide/apidoc.git
$ sudo npm install -g ./apidoc
apidoc@0.17.6 /usr/lib/node_modules/apidoc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apidoc
Package Name | apidoc |
Version | 0.17.6 |
Description | RESTful web API Documentation Generator |
Released Date | 2017-05-19T09:41:12.961Z |
Published by | apidoc |
How to Learn | https://www.npmjs.com/package/apidoc/tutorial |