30 lines
853 B
YAML
30 lines
853 B
YAML
name: "✨ Stargazers over last weeks"
|
|
category: github
|
|
description: This plugin displays your stargazers evolution across all of your repositories over the last two weeks.
|
|
examples:
|
|
+chartist charts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.chartist.svg
|
|
classic charts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.svg
|
|
index: 10
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
plugin_stargazers:
|
|
description: Enable stargazers plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_stargazers_charts_type:
|
|
description: |
|
|
Charts display type
|
|
- `classic`: `<div>` based charts, simple and lightweight
|
|
- `chartist`: `<svg>` based charts, smooth
|
|
type: string
|
|
default:
|
|
values:
|
|
- classic
|
|
- chartist |