kummerer94 / binding-docu-generator

Creates documentation for an eclipse smarthome binding
MIT License
0 stars 0 forks source link

Build integration #3

Closed kummerer94 closed 8 years ago

kummerer94 commented 8 years ago

The plugin needs to be part of the build process of the binding.

The workflow would be the following:

  1. You create a markdown template file with placeholders for the parts the plugin generates.
  2. The plugin then fills in the information during the build process and creates the readme.
kummerer94 commented 8 years ago

Due to restrictions in the Mustache Java Bundle it will be necessary to have the templates/ directory present in the filesystem.

Possible Solutions:

kummerer94 commented 8 years ago

This is now fully supported.