-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjbang-catalog.json
45 lines (45 loc) · 1018 Bytes
/
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
{
"catalogs": {},
"aliases": {
"asciidoc": {
"script-ref": "scripts/asciidoc.java"
},
"clojure": {
"script-ref": "scripts/Clojure.java"
},
"command-dev": {
"script-ref": "scripts/Command.java"
},
"command": {
"script-ref": "scripts/Command/1/Command.java"
},
"jython-jpm": {
"script-ref": "scripts/JythonJpm.java"
},
"kwrk-dev": {
"script-ref": "scripts/kwrk.kt"
},
"kwrk": {
"script-ref": "scripts/kwrk/1/kwrk.kt"
},
"snapshot-cli-dev": {
"script-ref": "scripts/SnapshotCli.java"
},
"snapshot-cli": {
"script-ref": "scripts/SnapshotCli/1/SnapshotCli.java"
},
"tulip-cli-dev": {
"script-ref": "scripts/tulip-cli.kt"
},
"tulip-cli" : {
"script-ref": "scripts/tulip-cli/1/tulip-cli.kt"
},
"timestamp": {
"script-ref": "scripts/timestamp.java"
},
"wrapper-cli": {
"script-ref": "scripts/WrapperCli.java"
}
},
"templates": {}
}