21 lines
417 B
YAML
21 lines
417 B
YAML
name: "🌟 Recently starred repositories"
|
|
cost: 1 GraphQL request
|
|
categorie: github
|
|
index: 6
|
|
supports:
|
|
- user
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_stars:
|
|
description: Display recently starred repositories
|
|
type: boolean
|
|
default: no
|
|
|
|
# Number of stars to display
|
|
plugin_stars_limit:
|
|
description: Maximum number of stars to display
|
|
type: number
|
|
default: 4
|
|
min: 1
|
|
max: 100 |