-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjbang-catalog.json
30 lines (30 loc) · 966 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
{
"catalogs": {},
"aliases": {
"hello": {
"script-ref": "./graalpython/graalpy-jbang/examples/hello.java",
"description": "Script that says hello from Python started from Java or execute Python expression as parameter."
}
},
"templates": {
"graalpy": {
"file-refs": {
"{basename}.java": "./graalpython/graalpy-jbang/templates/graalpy-template.java.qute"
},
"properties": {},
"description": "Basic template for Graal Python java file."
},
"graalpy_local_repo": {
"file-refs": {
"{basename}.java": "./graalpython/graalpy-jbang/templates/graalpy-template_local_repo.java.qute"
},
"properties": {
"path_to_local_repo": {
"default": "/path/to/local/maven/repository",
"description": "Path to your local maven repository"
}
},
"description": "Basic template for Graal Python java file. Mainly for testing."
}
}
}