@sebastianwessel/esdoc

2.1.0 • Public • Published

ESDoc

Fork of ESDoc with up-to-date dependencies

Quick Start

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

# Install ESDoc and standard plugin.
npm install --save-dev @sebastianwessel/esdoc @sebastianwessel/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

/@sebastianwessel/esdoc/

    Package Sidebar

    Install

    npm i @sebastianwessel/esdoc

    Weekly Downloads

    106

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    131 kB

    Total Files

    29

    Last publish

    Collaborators

    • sebastianwessel