apidoc-core : Core parser library to generate apidoc result following the apidoc-spec. You can installing apidoc-core 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-core $ sudo npm install -g apidoc-core
If want to update the apidoc-core package execute the command as below,
$ sudo npm update apidoc-core
Update package globally,
$ npm install -g apidoc-core
$ sudo git clone https://github.com/rektide/apidoc-core.git
$ sudo npm install -g ./apidoc-core
apidoc-core@0.8.3 /usr/lib/node_modules/apidoc-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall apidoc-core
Package Name | apidoc-core |
Version | 0.8.3 |
Description | Core parser library to generate apidoc result following the apidoc-spec |
Released Date | 2017-05-19T09:39:57.333Z |
Published by | apidoc |
How to Learn | https://www.npmjs.com/package/apidoc-core/tutorial |