diff --git a/jbang-catalog.json b/jbang-catalog.json new file mode 100644 index 0000000..f8a8c49 --- /dev/null +++ b/jbang-catalog.json @@ -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": {} +} \ No newline at end of file