Files
metrics/source/plugins/isocalendar/metadata.yml
2022-01-15 13:27:24 -05:00

25 lines
771 B
YAML

name: "📅 Isometric commit calendar"
category: github
description: This plugin displays an isometric view of your commit calendar along with a few additional statistics like current streak and average number of commit per day.
examples:
+full year calendar: https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.fullyear.svg
half year calendar: https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg
index: 0
supports:
- user
scopes:
- public_access
inputs:
plugin_isocalendar:
description: Enable isocalendar plugin
type: boolean
default: no
plugin_isocalendar_duration:
description: Time window
type: string
default: half-year
values:
- half-year
- full-year