Skip to content

Commit

Permalink
Merge pull request #8 from maxandersen/jbang
Browse files Browse the repository at this point in the history
add jbang-catalog. Fixes #6
  • Loading branch information
parttimenerd authored Feb 17, 2023
2 parents 1fc259a + 4544d8d commit 3c81775
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jbang-catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"catalogs": {},
"aliases": {
"ap-loader": {
"script-ref": "https://github.com/jvm-profiling-tools/ap-loader/releases/latest/download/ap-loader-all.jar",
"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 ...`."
}
},
"templates": {}
}

0 comments on commit 3c81775

Please sign in to comment.