← Back to plugins index | |
This plugin displays star lists. | |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders. | |
Supported features → Full specification |
📗 Classic template |
👤 Users |
|
No tokens are required for this plugin | |
Option | Description |
Enable starlists plugin |
|
🌐 Web instances must configure settings.json :
boolean
default: no |
|
Display limit (star lists) |
|
type: number
(1 ≤
𝑥
≤ 100)
default: 2 |
|
Display limit (repositories per star list) |
|
type: number
(0 ≤
𝑥
≤ 100)
default: 2 |
|
Star lists languages statistics |
|
type: boolean
default: no |
|
Display limit (languages per star list) |
|
type: number
(0 ≤
𝑥)
zero behaviour: disable default: 8 |
|
Ignored languages in star lists |
|
type: array
(comma-separated)
|
|
Custom languages names in star lists |
|
type: string
|
|
Shuffle data Can be used to create varied outputs |
|
type: boolean
default: yes |
|
Skipped star lists Case and emojis insensitive |
|
type: array
(comma-separated)
|
|
Showcased star lists Case and emojis insensitive. Equivalent to |
|
type: array
(comma-separated)
|
name: Featured star list
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.starlists.svg
token: NOT_NEEDED
base: ""
plugin_starlists: yes
plugin_starlists_limit_repositories: 2
plugin_starlists_only: TC39
name: Featured star list languages
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.starlists.languages.svg
token: NOT_NEEDED
base: ""
plugin_starlists: yes
plugin_starlists_languages: yes
plugin_starlists_limit_languages: 8
plugin_starlists_limit_repositories: 0
plugin_starlists_only: Awesome