How to Install docco NPM Packages on Ubuntu / Debian

How to Install docco software package in NPM Packages

docco : The Quick and Dirty Literate Programming Documentation Generator. You can installing docco 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 docco
$ sudo npm install -g docco

If want to update the docco package execute the command as below,

$ sudo npm update docco

Update package globally,

$ npm install -g docco

Git clone:

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

docco@0.7.0 /usr/lib/node_modules/docco

How to remove docco package :

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

$ sudo npm uninstall docco

Basic Information of docco NPM Package:

Package Name docco
Version 0.7.0
Description The Quick and Dirty Literate Programming Documentation Generator
Released Date 2015-02-03T16:15:44.189Z
Published by jashkenas
How to Learn https://www.npmjs.com/package/docco/tutorial