Create jbang-catalog.json
This commit is contained in:
Родитель
70995a2afc
Коммит
ece10205cf
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"aliases": {
|
||||
"minecraft-server": {
|
||||
"script-ref": "https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar",
|
||||
"description": "Minecraft: Java Edition Server\nRequires agreeing to EULA to run. Create `eula.txt` file with `eula=true` as content and then run using `jbang minecraft-server@microsoft`",
|
||||
"java-options": [
|
||||
"-Xmx1024M",
|
||||
"-Xms1024M"
|
||||
],
|
||||
"java": "16"
|
||||
},
|
||||
"applicationinsights-agent": {
|
||||
"script-ref": "com.microsoft.azure:applicationinsights-agent:3.1.1",
|
||||
"description": "Azure application insights agent\nRun with `jbang --javaagent applicationinsights-agent@microsoft \u003cyourapp\u003e`. Needs connection string setup - see https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent for details."
|
||||
},
|
||||
"playwright": {
|
||||
"script-ref": "https://github.com/microsoft/playwright-java/blob/master/scripts/playwright.java",
|
||||
"description": "Playwright lets you automate Chromium, Firefox and Webkit with a single API. \nWith this cli you can install, trace, generate pdf and screenshots and more.\nExample on how to record and run a script:\n```\n jbang playwright@microsoft/playwright-java codegen -o Example.java`\n jbang --deps com.microsoft.playwright:playwright:RELEASE Example.java\n```"
|
||||
}
|
||||
},
|
||||
"templates": {}
|
||||
}
|
Загрузка…
Ссылка в новой задаче