Skip to content

lisposter/node-dep-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dep-docs (in dev... now)

NPM version

a simple tools to collect node modules's docs(readme) in your project.

API sample

var depDocs = requrie('dep-docs');

var docs = depDocs('./');

result's format:

[
    [readmePath1, readmePath2, ...],
    [module1, module2, ...]
]

first array is the readme path list, the second array is the module name list of those module didn't has a readme file.

CLI

$ docs ./

This command will generate html files from modules' readmea in node_modules/.docs and a _toc.html file.

If you are using Mac OS, the _toc.html will be opened with your default browser.

License

MIT © Leigh Zhu

About

collect node_modules docs into one place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published