0.5.0 • Published 3 years ago

@itsjamie/esdoc-cli v0.5.0

Weekly downloads
250
License
ISC
Repository
github
Last release
3 years ago

ESDoc

ESDoc is a documentation generator for JavaScript.

Features

  • Generates good documentation.
  • Measures documentation coverage.
  • Integrate test codes into documentation.
  • Integrate manual into documentation.
  • Parse ECMAScript proposals.

Users

  • Submit a PR if you switch to using this fork! :)

Quick Start

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

# Install ESDoc and standard plugin.
npm install --save-dev @itsjamie/esdoc-cli @itsjamie/esdoc-standard-plugin

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

# Run ESDoc.
npx esdoc

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

License

MIT

Author

Ryo Maruyama@h13i32maru

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1-alpha.1

6 years ago

0.1.1-alpha.3

6 years ago

0.1.1-alpha.0

6 years ago

0.1.0

6 years ago

0.1.0-alpha.1

6 years ago

0.1.0-alpha.3

6 years ago

0.1.0-alpha.0

6 years ago