How to Install typedoc NPM Packages on Ubuntu / Debian

How to Install typedoc software package in NPM Packages

typedoc : Create api documentations for typescript projects.. You can installing typedoc 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 typedoc
$ sudo npm install -g typedoc

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

$ sudo npm update typedoc

Update package globally,

$ npm install -g typedoc

Git clone:

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

typedoc@0.9.0 /usr/lib/node_modules/typedoc

How to remove typedoc package :

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

$ sudo npm uninstall typedoc

Basic Information of typedoc NPM Package:

Package Name typedoc
Version 0.9.0
Description Create api documentations for typescript projects.
Released Date 2017-10-06T02:55:51.842Z
Published by blakeembrey
How to Learn https://www.npmjs.com/package/typedoc/tutorial