ESDoc alternatives and similar libraries
Based on the "Documentation" category.
Alternatively, view ESDoc alternatives based on common mentions on social networks and blogs.
-
Beautiful docs
Pointers to useful, well-written, and otherwise beautiful documentation. -
codecrumbs
Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more. -
styledocco
Automatically generate a style guide from your stylesheets. -
dexy
is a free-form literate documentation tool for writing any kind of technical document incorporating code. -
ip-num
A TypeScript/JavaScript library for working with ASN, IPv4, and IPv6 numbers. It provides representations of these internet protocol numbers with the ability to perform various IP related operations like parsing, validating etc. on them -
coddoc
is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs. -
DevDocs
is an all-in-one API documentation reader with a fast, organized, and consistent interface.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ESDoc or a related project?
Popular Comparisons
README
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
*Note that all licence references and agreements mentioned in the ESDoc README section above
are relevant to that project's source code only.