pkg-doc

0.1.0 • Public • Published

pkg-doc

bitHound Overalll Score

Generates Markdown documentation of all installed npm modules (and bower components if any) used by your project.

Sample output

my-app
 
## Direct Dependencies
 
### Node
 
[lodash](#lodash)
 
## NodeJS modules
 
### lodash
 
version 3.10.1 (MIT license)
 
The modern build of lodash modular utilities.
 
[Homepage](https://lodash.com/)
 
#### Dependers
 
[my-app](#my-app)

Getting Started

  1. Install the package
npm install -g pkg-doc
  1. Run it

From your project root:

pkg-doc doc/third-party.md

or simply

pkg-doc

This will generate the documentation in a file located at doc/third-party.md

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i pkg-doc

      Weekly Downloads

      0

      Version

      0.1.0

      License

      ISC

      Last publish

      Collaborators

      • adamliechty