-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-shieldsrc
35 lines (35 loc) · 970 Bytes
/
.all-shieldsrc
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
{
"files": [
"README.md"
],
"shields": [
{
"id": "badges",
"badges": [
{
"url": "https://github.com/code-not-art/sketch/blob/main/LICENSE",
"title": "Code and Contributions License",
"platform": "shields",
"custom": "/github/license/code-not-art/sketch?color=%230bd611&style=for-the-badge"
},
{
"url": "https://www.npmjs.com/package/@code-not-art/sketch",
"title": "NPM Version",
"platform": "shields",
"custom": "/npm/v/{{name}}?color=%23cb3837&style=for-the-badge&logo=npm",
"logo": "npm"
},
{
"url": "https://www.typescriptlang.org/",
"color": "blue",
"label": "language",
"message": "typescript",
"title": "Language: TypeScript",
"style": "for-the-badge",
"logo": "typescript",
"platform": "shields"
}
]
}
]
}