-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
95 lines (81 loc) · 2.18 KB
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name: 💫 Star lists
category: github
description: |
This plugin displays star lists.
examples:
+repositories from star lists: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg
+languages from star lists: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.languages.svg
index: 16
supports:
- user
scopes: []
inputs:
plugin_starlists:
description: |
Enable starlists plugin
type: boolean
default: no
extras:
- metrics.run.puppeteer.scrapping
plugin_starlists_limit:
description: |
Display limit (star lists)
type: number
default: 2
min: 1
max: 100
plugin_starlists_limit_repositories:
description: |
Display limit (repositories per star list)
type: number
default: 2
min: 0
max: 100
plugin_starlists_languages:
description: |
Star lists languages statistics
type: boolean
default: no
plugin_starlists_limit_languages:
description: |
Display limit (languages per star list)
type: number
default: 8
min: 0
zero: disable
plugin_starlists_languages_ignored:
description: |
Ignored languages in star lists
type: array
format: comma-separated
default: ""
example: html, css, ...
plugin_starlists_languages_aliases:
description: |
Custom languages names in star lists
type: string
default: ""
example: javascript:JS, typescript:TS
plugin_starlists_shuffle_repositories:
description: |
Shuffle data
Can be used to create varied outputs
type: boolean
default: yes
plugin_starlists_ignored:
description: |
Skipped star lists
Case and emojis insensitive
type: array
format: comma-separated
default: ""
example: 😎 list1, 🥳 list2, ...
plugin_starlists_only:
description: |
Showcased star lists
Case and emojis insensitive.
Equivalent to [`plugin_starlists_ignored`](/source/plugins/starlists/README.md#plugin_starlists_ignored) with all star lists except the ones listed in this option
type: array
format: comma-separated
default: ""
example: 😎 list1, 🥳 list2, ...