-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathreadme.config.json
More file actions
25 lines (25 loc) · 808 Bytes
/
readme.config.json
File metadata and controls
25 lines (25 loc) · 808 Bytes
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
{
"line": "rainbow",
"badges": [
{
"alt": "Downloads per Month",
"img": "https://vsmarketplacebadge.apphb.com/downloads-short/runem.lit-plugin.svg?label=vscode-lit-plugin",
"url": "https://marketplace.visualstudio.com/items?itemName=runem.lit-plugin"
},
{
"alt": "Downloads per Month",
"img": "https://img.shields.io/npm/dm/lit-analyzer.svg?label=lit-analyzer",
"url": "https://www.npmjs.com/package/lit-analyzer"
},
{
"alt": "Downloads per Month",
"img": "https://img.shields.io/npm/dm/ts-lit-plugin.svg?label=ts-lit-plugin",
"url": "https://www.npmjs.com/package/ts-lit-plugin"
},
{
"alt": "Contributors",
"img": "https://img.shields.io/github/contributors/runem/lit-analyzer",
"url": "https://github.com/runem/lit-analyzer/graphs/contributors"
}
]
}