1
0
mirror of synced 2026-08-04 06:26:55 +00:00

chore: No more need for jbang-catalog.json (#721)

This commit is contained in:
Bruno Borges
2021-11-29 08:45:59 -08:00
committed by GitHub
parent 8d84afccec
commit 0467aa7d4a
-10
View File
@@ -1,10 +0,0 @@
{
"catalogs": {},
"aliases": {
"playwright": {
"script-ref": "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": {}
}