Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - esdoc/esdoc: ESDoc - Good Documentation for JavaScript

ESDoc - Good Documentation for JavaScript. Contribute to esdoc/esdoc development by creating an account on GitHub.

Visit SiteGitHub - esdoc/esdoc: ESDoc - Good Documentation for JavaScript

GitHub - esdoc/esdoc: ESDoc - Good Documentation for JavaScript

ESDoc - Good Documentation for JavaScript. Contribute to esdoc/esdoc development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Build Status Coverage Status Document

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

And more.

Quick Start

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

# Install ESDoc and standard plugin.
npm install --save-dev esdoc esdoc-standard-plugin

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

# Run ESDoc.
./node_modules/.bin/esdoc

# View a documentation
open ./docs/index.html

Document

please visit esdoc.org to see more documentation.

License

MIT

Author

Ryo Maruyama@h13i32maru

JavaScript Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.