-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
31 lines (28 loc) · 847 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: 📅 Isometric commit calendar
category: github
description: |
This plugin displays an isometric view of a user 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/metrics/blob/examples/metrics.plugin.isocalendar.fullyear.svg
half year calendar: https://github.com/lowlighter/metrics/blob/examples/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 range
- `half-year`: 180 days
- `full-year`: 1 year
type: string
default: half-year
values:
- half-year
- full-year