Skip to content

Commit 3c81775

Browse files
authored
Merge pull request #8 from maxandersen/jbang
add jbang-catalog. Fixes #6
2 parents 1fc259a + 4544d8d commit 3c81775

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jbang-catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"catalogs": {},
3+
"aliases": {
4+
"ap-loader": {
5+
"script-ref": "https://github.com/jvm-profiling-tools/ap-loader/releases/latest/download/ap-loader-all.jar",
6+
"description": "async profiler loader. Use directly with `jbang ap-loader@jvm-profiling-tools/ap-loader` or use as agent with `jbang --javaagent=ap-loader@jvm-profile-tools/ap-loader ...`."
7+
}
8+
},
9+
"templates": {}
10+
}

0 commit comments

Comments
 (0)