forked from Samantha-uk/one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.json
64 lines (64 loc) · 1.78 KB
/
blueprint.json
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
{
"badges": [
{
"alt": "Custom badge",
"img": "https://img.shields.io/badge/custom-badge-f39f37.svg",
"url": "https://github.com/badges/shields"
}
],
"blueprint": "blueprint.md",
"headingPrefix": {
"1": "",
"2": ""
},
"ids": {
"github": "samantha-uk",
"npm": "@samantha-uk"
},
"input": "blueprint.md",
"line": "grass",
"output": "README.md",
"package": "package.json",
"templates": [
{
"name": "dependencies",
"template": "![David](https://img.shields.io/david/Samantha-uk/one)"
},
{
"name": "version",
"template": "![npm (scoped)](https://img.shields.io/npm/v/{{ pkg.version }})"
},
{
"name": "packageVersion",
"template": "![](https://img.shields.io/static/v1?label=Version&message={{ pkg.version }}&color=orange)"
},
{
"name": "vulnerabilities",
"template": "![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Samantha-uk/one)"
},
{
"name": "licence",
"template": "![GitHub](https://img.shields.io/badge/license-MIT-brightgreen)"
},
{
"name": "issues",
"template": "![Issues](https://img.shields.io/github/issues/Samantha-uk/one)"
},
{
"name": "semver",
"template": "![(https://semver.org/)](https://img.shields.io/badge/SemVer-2.0.0-brightgreen)"
},
{
"name": "commitizen",
"template": "![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)"
},
{
"name": "maintained",
"template": "![Maintained](https://img.shields.io/maintenance/yes/2021)"
},
{
"name": "discord",
"template": "[![Discord](https://img.shields.io/discord/796659043195551774)](https://discord.gg/XZ49RcWQM2)"
}
]
}