Files
metrics/source/plugins/isocalendar
github-actions[bot] 4c98629bbc chore: code formatting
2022-04-23 23:18:43 +00:00
..
2021-01-30 12:31:09 +01:00
2022-04-23 23:18:43 +00:00
2022-01-15 20:18:24 -05:00
2022-02-04 02:56:51 +00:00

📅 Isometric commit calendar

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.

Supported features
→ Full specification
📗 Classic template 📙 Terminal template
👤 Users
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
Full year calendar
Half year calendar

➡️ Available options

TypeDescription

plugin_isocalendar

Enable isocalendar plugin

type: boolean
default: no

plugin_isocalendar_duration

Time range

  • half-year: 180 days
  • full-year: 1 year
type: string
default: half-year
allowed values:
  • half-year
  • full-year

Examples workflows

name: Half-year calendar
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.isocalendar.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: ""
  plugin_isocalendar: yes

name: Full-year calendar
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.isocalendar.fullyear.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: ""
  plugin_isocalendar: yes
  plugin_isocalendar_duration: full-year