0.0.3 • Published 7 years ago

flobot-doc-generator v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

flobot-doc-generator

A tool for generating static FlobotJS documentation

How to generate Flobot documentation

Install Hugo

This tool requires that you have the Hugo static-site generator installed and that the hugo --help command works from the command line, from any directory.

Environment Variables

You'll also need to ensure some environment variables are set:

Variable NameDescription
FLOBOT_PLUGINS_PATHPointing to a directory where all the plugins that should be documented can be found - e.g. /development/tymly/plugins/*-plugin

Generating

$ npm run generate

License

MIT