Product Promotion
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
ESDoc - Good Documentation for JavaScript. Contribute to esdoc/esdoc development by creating an account on GitHub.
Powered by 0x5a.live ๐
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
# 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
JavaScript Resources
are all listed below.
GitHub - kenshin54/popline: Popline is an HTML5 Rich-Text-Editor Toolbar
resource
~/github.com
resource
GitHub - buunguyen/topbar: Tiny & beautiful site-wide progress indicator
resource
~/github.com
resource
GitHub - visionmedia/move.js: CSS3 backed JavaScript animation framework
resource
~/github.com
resource
GitHub - jDataView/jBinary: High-level API for working with binary data.
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.