All Projects → esdoc → Esdoc

esdoc / Esdoc

Licence: mit
ESDoc - Good Documentation for JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Esdoc

ts-lehre
Generate document block(JsDoc, EsDoc, TsDoc) from source code
Stars: ✭ 14 (-99.48%)
Mutual labels:  jsdoc, esdoc
jsdast
JSDoc Abstract Syntax Tree
Stars: ✭ 20 (-99.26%)
Mutual labels:  jsdoc, ast
Compodoc
📔 The missing documentation tool for your Angular, Nest & Stencil application
Stars: ✭ 3,567 (+31.82%)
Mutual labels:  ast, jsdoc
Flora Sql Parser
Parse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.
Stars: ✭ 186 (-93.13%)
Mutual labels:  ast
Hrdevhelper
Context-sensitive HexRays decompiler plugin that visualizes the ctree of decompiled functions.
Stars: ✭ 193 (-92.87%)
Mutual labels:  ast
Vermin
Concurrently detect the minimum Python versions needed to run code
Stars: ✭ 218 (-91.94%)
Mutual labels:  ast
Tsutils
utility functions for working with typescript's AST
Stars: ✭ 240 (-91.13%)
Mutual labels:  ast
Phpgrep
Syntax-aware grep for PHP code.
Stars: ✭ 185 (-93.16%)
Mutual labels:  ast
Php Parser
A PHP parser written in PHP
Stars: ✭ 15,101 (+458.06%)
Mutual labels:  ast
Escaya
An blazing fast 100% spec compliant, incremental javascript parser written in Typescript
Stars: ✭ 217 (-91.98%)
Mutual labels:  ast
Hexraystoolbox
Hexrays Toolbox - Find code patterns within the Hexrays AST
Stars: ✭ 202 (-92.54%)
Mutual labels:  ast
Escodegen
ECMAScript code generator
Stars: ✭ 2,328 (-13.97%)
Mutual labels:  ast
React Monocle
A developer tool to visualize a React application's component hierarchy.
Stars: ✭ 2,440 (-9.83%)
Mutual labels:  ast
Docdown
A simple JSDoc to Markdown generator.
Stars: ✭ 191 (-92.94%)
Mutual labels:  jsdoc
Cppast.net
CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
Stars: ✭ 228 (-91.57%)
Mutual labels:  ast
Jsdoc Vuejs
📖 A JSDoc plugin for documenting .vue files.
Stars: ✭ 186 (-93.13%)
Mutual labels:  jsdoc
Ast Query
Tentative to a simple JavaScript AST modification library
Stars: ✭ 221 (-91.83%)
Mutual labels:  ast
Tatsu
竜 TatSu generates Python parsers from grammars in a variation of EBNF
Stars: ✭ 198 (-92.68%)
Mutual labels:  ast
Cub
The Cub Programming Language
Stars: ✭ 198 (-92.68%)
Mutual labels:  ast
Type O Rama
👾 JS type systems interportability
Stars: ✭ 217 (-91.98%)
Mutual labels:  jsdoc

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].