Add GitHub Skyline plugin (#147)

This commit is contained in:
Simon Lecoq
2021-02-20 19:50:31 +01:00
committed by GitHub
parent 66d7c79acb
commit 91bebb44cc
9 changed files with 734 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
name: "🌇 GitHub Skyline 3D calendar"
cost: N/A
categorie: github
supports:
- user
inputs:
# Enable or disable plugin
plugin_skyline:
description: Display GitHub Skyline 3D calendar
type: boolean
default: no
# Displayed year
plugin_skyline_year:
description: Displayed year
type: number
default: "current-year"
min: 2008
# Number of frames
# Use 120 for a full-loop and 60 for a half-loop
plugin_skyline_frames:
description: Number of frames
type: number
default: 60
min: 1
max: 120