Skip to content

Latest commit

 

History

History
85 lines (79 loc) · 2.65 KB

README.md

File metadata and controls

85 lines (79 loc) · 2.65 KB

📅 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