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
$ sudo git clone https://github.com/rektide/docco.git
$ sudo npm install -g ./docco
docco@0.7.0 /usr/lib/node_modules/docco
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall docco
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 |