Readme generator for StackStorm packs. This tool will read the pack meta data, config schema, action metadata and sensor metadata. It will pass this information to a jinja2 template to populate and produce a README file in markdown format.
- Create a virtualenv.
- Install required modules.
- Edit
README.jinja
to fit the packs needs (it should be located in the pack's root directory). - Run
pack2md.py <pack_path>
.
An example of the pack documentation can be seen in the livestatus pack.