From b09cb5f878961c618b35e4af41af590010b94faa Mon Sep 17 00:00:00 2001 From: Kevin O'Brien Date: Sun, 6 Oct 2024 01:22:25 -0400 Subject: [PATCH] feat: add phrase app cli plugin (#1021) --- README.md | 1 + plugins/phrase | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/phrase diff --git a/README.md b/README.md index cdfe10a0a..db7b3e8da 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | pdm | [1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) | | Perl | [ouest/asdf-perl](https://github.com/ouest/asdf-perl) | | PHP | [asdf-community/asdf-php](https://github.com/asdf-community/asdf-php) | +| Phrase | [bitfrost/asdf-phrase](https://github.com/bitfrost/asdf-phrase) | | pint | [sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint) | | pipectl | [pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl) | | pipelight | [kogeletey/asdf-pipelight](https://github.com/kogeletey/asdf-pipelight) | diff --git a/plugins/phrase b/plugins/phrase new file mode 100644 index 000000000..a16a5d343 --- /dev/null +++ b/plugins/phrase @@ -0,0 +1 @@ +repository = https://github.com/bitfrost/asdf-phrase.git