How to Install apidoc NPM Packages on Ubuntu / Debian

How to Install apidoc software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/apidoc.git
$ sudo  npm install -g ./apidoc

apidoc@0.17.6 /usr/lib/node_modules/apidoc

How to remove apidoc package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall apidoc

Basic Information of apidoc NPM Package:

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