From b8b74e18086c6e860ccadc8e5a8d8849ea5b4f0e Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 31 Mar 2024 05:55:25 -0400 Subject: [PATCH] feat: add pkl plugin (#960) --- README.md | 1 + plugins/pkl | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/pkl diff --git a/README.md b/README.md index 101b3a7d1..ce28e1a2a 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | pipelight | [kogeletey/asdf-pipelight](https://github.com/kogeletey/asdf-pipelight) | | pipx | [yozachar/asdf-pipx](https://github.com/yozachar/asdf-pipx) | | pivnet | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | +| pkl | [mise-plugins/asdf-pkl](https://github.com/mise-plugins/asdf-pkl) | | Please | [asdf-community/asdf-please](https://github.com/asdf-community/asdf-please) | | Pluto | [FairwindsOps/asdf-pluto](https://github.com/FairwindsOps/asdf-pluto) | | pnpm | [jonathanmorley/asdf-pnpm](https://github.com/jonathanmorley/asdf-pnpm) | diff --git a/plugins/pkl b/plugins/pkl new file mode 100644 index 000000000..b18a172f0 --- /dev/null +++ b/plugins/pkl @@ -0,0 +1 @@ +repository = https://github.com/mise-plugins/asdf-pkl.git