esdoc-rst-plugin

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i esdoc-rst-plugin

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • gregaou