Home Reference Source Repository

ESDoc RST Plugin

Latest Stable Version License Build Status Documentation

Dependency Status Code Climate Issue Count

This is a plugin that generate RST documentation.

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "esdoc-rst-plugin",
      "option": {
        "output": "out_rst"
      }
    }
  ]
}

output would be the output path for the RST documentation.

Install and Usage

npm install esdoc-rst-plugin

LICENSE

MIT

Author

Rit Grégoire@gregwarit