-
Notifications
You must be signed in to change notification settings - Fork 16
/
jbang-catalog.json
50 lines (50 loc) · 1.45 KB
/
jbang-catalog.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
{
"catalogs": {},
"aliases": {
"buginfo": {
"script-ref": "quarkusissue.java",
"description": "Script that collects environment info for Quarkus issue reports"
},
"catalog_check_updates": {
"script-ref": "catalog_check_updates.java",
"description": "Script that checks for updates in an extension catalog"
},
"catalog_publish": {
"script-ref": "catalog_publish.java",
"description": "Script that publishes an extension catalog to a registry"
},
"cli": {
"script-ref": "https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.17.5/quarkus-cli-3.17.5-runner.jar"
},
"qs": {
"script-ref": "https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.17.5/quarkus-cli-3.17.5-runner.jar"
},
"quarkus": {
"script-ref": "https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.17.5/quarkus-cli-3.17.5-runner.jar"
},
"quarkus-kill": {
"script-ref": "kill.java"
},
"kill": {
"script-ref": "kill.java"
},
"quarkus-fmt": {
"script-ref": "fmt.java"
},
"fmt": {
"script-ref": "fmt.java"
}
},
"templates": {
"githubbot": {
"file-refs": {
"{basename}.java": "qbot/bot.java.qute",
"bot-index.html": "qbot/bot-index.html",
".env": "qbot/.env",
"qbot.png": "qbot/qbot.png",
"readme.adoc": "qbot/readme.adoc.qute"
},
"description": "Example of making a github app"
}
}
}