Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 433 Bytes

ESDocs.md

File metadata and controls

18 lines (13 loc) · 433 Bytes

ESDocs

ESDoc is a good documentation generator for JavaScript. It generates:

  • Generates good documentation.
  • Measures documentation coverage.
  • Integrate test codes into documentation.
  • Integrate manual into documentation.
  • Parse ECMAScript proposals.
  • Add custom features by plugin architecture

It uses .esdoc.config.js for doc rules.

Docs can be generated by excuting the below yarn command

yarn run esdoc