From 88191bbdeb0cbc380e99b49ff2352fbba40279b5 Mon Sep 17 00:00:00 2001 From: moritz-makandra <74647721+moritz-makandra@users.noreply.github.com> Date: Sun, 28 May 2023 14:45:14 +0200 Subject: [PATCH] feat: Add qdns plugin (#828) Co-authored-by: James Hegedus --- README.md | 3 ++- plugins/qdns | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 plugins/qdns diff --git a/README.md b/README.md index 49d1f91..131e996 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec ## Plugin List -| Language | Repository | CI Status | +| Tool / Language | Plugin Repository | Plugin CI Status | | :---------------------------- | :-------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | .Net | [hensou/asdf-dotnet](https://github.com/hensou/asdf-dotnet) | [![Build](https://github.com/hensou/asdf-dotnet/actions/workflows/build.yml/badge.svg)](https://github.com/hensou/asdf-dotnet/actions/workflows/build.yml) | | .Net Core | [emersonsoares/asdf-dotnet-core](https://github.com/emersonsoares/asdf-dotnet-core) | [![Build Status](https://travis-ci.org/emersonsoares/asdf-dotnet-core.svg?branch=master)](https://travis-ci.org/emersonsoares/asdf-dotnet-core) | @@ -522,6 +522,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | PureScript | [nsaunders/asdf-purescript](https://github.com/nsaunders/asdf-purescript) | [![Build Status](https://github.com/nsaunders/asdf-purescript/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-purescript/actions) | | Purty | [nsaunders/asdf-purty](https://github.com/nsaunders/asdf-purty) | [![Build Status](https://github.com/nsaunders/asdf-purty/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-purty/actions) | | Python | [danhper/asdf-python](https://github.com/danhper/asdf-python) | [![Build Status](https://travis-ci.org/danhper/asdf-python.svg?branch=master)](https://travis-ci.org/danhper/asdf-python) | +| q | [moritz-makandra/asdf-plugin-qdns](https://github.com/moritz-makandra/asdf-plugin-qdns) | [![Build](https://github.com/moritz-makandra/asdf-plugin-qdns/actions/workflows/build.yml/badge.svg)]((https://github.com/moritz-makandra/asdf-plugin-qdns/actions) | | Quarkus CLI | [asdf-community/asdf-quarkus](https://github.com/asdf-community/asdf-quarkus) | [![Build](https://github.com/asdf-community/asdf-quarkus/actions/workflows/build.yml/badge.svg)](https://github.com/asdf-community/asdf-quarkus/actions/workflows/build.yml) | | R | [asdf-community/asdf-r](https://github.com/asdf-community/asdf-r) | [![Build Status](https://github.com/asdf-community/asdf-r/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-r/actions/workflows/workflow.yml) | | RabbitMQ | [w-sanches/asdf-rabbitmq](https://github.com/w-sanches/asdf-rabbitmq) | [![Build Status](https://travis-ci.org/w-sanches/asdf-rabbitmq.svg?branch=master)](https://travis-ci.org/w-sanches/asdf-rabbitmq) | diff --git a/plugins/qdns b/plugins/qdns new file mode 100644 index 0000000..8687693 --- /dev/null +++ b/plugins/qdns @@ -0,0 +1 @@ +repository = https://github.com/moritz-makandra/asdf-plugin-qdns.git