Skip to content
/ esdoc2 Public
forked from esdoc2/esdoc2

ESDoc2 - Better Documentation for JavaScript

License

Notifications You must be signed in to change notification settings

mick352/esdoc2

 
 

Repository files navigation

Build Status Coverage Status Document Coverage Status

ESDoc2

ESDoc2 is a drop-in replacement of ESDoc, a documentation generator for JavaScript. ESDoc2 was created as the result of the original author of ESDoc refusing to add any other contributors to the project. ESDoc2 is the decentralized version, contributors and maintainers are welcome.

Features

  • Generates good documentation.
  • Measures documentation coverage.
  • Integrate test codes into documentation.
  • Integrate manual into documentation.
  • Parse ECMAScript proposals.
  • Lots of plugins

Quick Start

# Move to your project directory.
cd your-project/

# Install esdoc2 and standard plugin.
npm install esdoc2 esdoc2-standard-plugin

# Create a configuration file.
echo '{
  "source": "./src",
  "destination": "./docs",
  "plugins": [{"name": "esdoc2-standard-plugin"}]
}' > .esdoc.json

# Run esdoc2.
./node_modules/.bin/esdoc2

# View documentation
open ./docs/index.html

Documentation

Please visit esdoc2.org to see more documentation.

License

MIT

Acknolwedgements

  • Ryo Maruyama, author of ESDoc

About

ESDoc2 - Better Documentation for JavaScript

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Shell 0.9%