javascript-source-docs

1.1.0 • Public • Published

javascript source docs

extracts documentation from ecma script files for complete projects

  • reads jsdoc comments
  • reads method signatures
  • analyzes dependecies
const analyzer = new SourceDocs({
    path: '/path/to/source'
});


const docs = analyzer.analyze();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    4
  • 1.0.0
    1

Package Sidebar

Install

npm i javascript-source-docs

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • ee