26 lines
500 B
YAML
26 lines
500 B
YAML
name: 🌟 Recently starred repositories
|
|
category: github
|
|
description: |
|
|
This plugin displays recently starred repositories.
|
|
examples:
|
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stars.svg
|
|
index: 5
|
|
supports:
|
|
- user
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
plugin_stars:
|
|
description: |
|
|
Enable stars plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_stars_limit:
|
|
description: |
|
|
Display limit
|
|
type: number
|
|
default: 4
|
|
min: 1
|
|
max: 100 |