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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i pkg-doc

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • adamliechty