Skip to content

Thibaut-Padok/yatas-html

Repository files navigation

yatas-logo

YATAS HTML export

I see in Stan the roadmap, we want a plugin to export to html page. So i try to implement this plugin to learn go.

Usage

Use make install

Generates a report in the current directory in report.html in .yatas.yml file add:

  - name: "html"
    enabled: true
    type: "report"
    source: "github.com/Thibaut-Padok/yatas-html"
    version: "latest"
    description: "Genereates a html report in report.html file"

Run yatas --detail

Example

yatas-logo