Skip to content

Files

Latest commit

dbe74d3 · Nov 8, 2022

History

History
28 lines (23 loc) · 683 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 683 Bytes

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