dashboard
Create a badge dashboard from a yaml file.
Installation
go get github.com/cugu/dashboard
Usage
dashboard example-projects.yml
projects.yml
table:
- name: icon
enabled: ["icon"]
- name: link
enabled: ["link"]
- name: build
enabled: ["azure", "gitlab"]
disabled: ["travis"]
- name: version
enabled: ["github-version"]
categories:
- name: index
projects:
- url: https://github.com/cugu/afro
enable: ["travis"]
- url: https://github.com/cugu/apfs.ksy
disable: ["version", "build"]