1.1.0 • Published 6 years ago

esdoc-publish-markdown-plugin v1.1.0

Weekly downloads
222
License
MIT
Repository
github
Last release
6 years ago

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