Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 770 Bytes

File metadata and controls

36 lines (30 loc) · 770 Bytes

ESDoc Publish Markdown Plugin (PoC)

This plugin is proof of concept. So, the plugin has only minimum features. We are waiting for your pull request!

Example

example

Install

npm install esdoc-publish-markdown-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "esdoc-publish-markdown-plugin",
      "option": {
        "filename":"README.md"
      }
    }
  ]
}

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru