Popularity
4.9
Declining
Activity
0.0
Stable
2,745
38
203

Code Quality Rank: L2
Programming language: JavaScript
License: MIT License
Tags: Documentation    
Latest version: v1.1.0

ESDoc alternatives and similar libraries

Based on the "Documentation" category.
Alternatively, view ESDoc alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ESDoc or a related project?

Add another 'Documentation' Library

README

<!--Owner Status--> 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


*Note that all licence references and agreements mentioned in the ESDoc README section above are relevant to that project's source code only.