The great refactor (#82)
This commit is contained in:
19
source/plugins/stars/metadata.yml
Normal file
19
source/plugins/stars/metadata.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: "🌟 Recently starred repositories"
|
||||
cost: 1 GraphQL request
|
||||
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
|
||||
Reference in New Issue
Block a user