mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #655] [MERGED] add jbang catalog #657
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/655
Author: @maxandersen
Created: 9/20/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @stackoverflow
Base:
main← Head:jbang📝 Commits (2)
72190e1add jbang catalog842cb26remove .github📊 Changes
1 file changed (+18 additions, -0 deletions)
View changed files
➕
jbang-catalog.json(+18 -0)📄 Description
This makes it possible to use jbang to easily run and install
pkljar based cli.Once merged you will be able to run it like this:
jbang pkl@apple/pklyou can also install it and then just use it as a script from wherever:
I include in this pr a
renovate.jsonthat enables automatic PR updates if you are able to install https://github.com/apps/forking-renovate on this repo.if not, you will have to manually update the version - or we change the version used in jbang-catalog to
RELEASEand it will fetch latest release always.the
build.ymlis used to validate prs opened by renovate.Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.