1.0.0 • Published 8 years ago

esdoc-flow-plugin v1.0.0

Weekly downloads
103
License
MIT
Repository
github
Last release
8 years ago

esdoc-flow-plugin

This plugin will remove all Flow annotations and types to produce the documentation.

Install and usage

npm install esdoc-flow-plugin

Setup plugin property in esdoc.json

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [{
    "name": "esdoc-flow-plugin"
  }]
}

Execute ESDoc

esdoc -c esdoc.json

License

MIT

Author

Edgardo Avilés @eaviles