@flux159/esdoc
v0.5.3
Published
Good Documentation Generator For JavaScript
Downloads
7
Maintainers
Readme
A fork of ESDoc that uses Less for some styling fixes and also enables manual searching.
Published via npm as @flux159/esdoc:
npm install @flux159/esdoc
ESDoc
ESDoc is a documentation generator for JavaScript. Please try it out!
Features
- Generates good documentation.
- Measures documentation coverage.
- Integrate test codes into documentation.
- Integrate manual into documentation.
- Parse ECMAScript proposals.
- ESDoc Hosting Service
Users
- ESDoc (self-hosting )
- RxJS
- Sketch API
And more.
Quick Start
# install ESDoc from npm
npm install -g esdoc
# move to a your project directory
cd your-project/
# write a configuration file.
echo '{"source": "./src", "destination": "./doc"}' > .esdoc.json
# run ESDoc
esdoc
# see a documentation
open ./doc/index.html
Document
please visit esdoc.org to see more documentation.
License
MIT