From 82969331df11ba93e8bcfde89fc22da5f5874ac4 Mon Sep 17 00:00:00 2001 From: Luke Ashe-Browne Date: Wed, 2 Nov 2022 13:25:33 +0000 Subject: [PATCH] feat: add datree plugin (#700) --- README.md | 1 + plugins/datree | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/datree diff --git a/README.md b/README.md index 339fbd5..fef9991 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | dagger | [virtualstaticvoid/asdf-dagger](https://github.com/virtualstaticvoid/asdf-dagger) | [![Build Status](https://github.com/virtualstaticvoid/asdf-dagger/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/virtualstaticvoid/asdf-dagger/actions/workflows/workflow.yml) | | Dart | [PatOConnor43/asdf-dart](https://github.com/PatOConnor43/asdf-dart) | [![Build Status](https://travis-ci.org/PatOConnor43/asdf-dart.svg?branch=master)](https://travis-ci.org/PatOConnor43/asdf-dart) | | Dasel | [asdf-community/asdf-dasel](https://github.com/asdf-community/asdf-dasel) | [![Build Status](https://github.com/asdf-community/asdf-dasel/workflows/ci/badge.svg)](ttps://github.com/asdf-community/asdf-dasel/actions) | +| datree | [lukeab/asdf-datree](https://github.com/lukeab/asdf-datree) | [![Build Status](https://github.com/lukeab/asdf-datree/actions/workflows/build.yml/badge.svg)](https://github.com/lukeab/asdf-datree/actions) | | Dbmate | [juusujanar/asdf-dbmate](https://github.com/juusujanar/asdf-dbmate) | [![Test](https://github.com/juusujanar/asdf-dbmate/actions/workflows/test.yaml/badge.svg)](https://github.com/juusujanar/asdf-dbmate/actions) | | Deck | [nutellinoit/asdf-deck](https://github.com/nutellinoit/asdf-deck) | [![Build Status](https://github.com/nutellinoit/asdf-deck/workflows/Build/badge.svg)](https://github.com/nutellinoit/asdf-deck/actions) | | Delta | [andweeb/asdf-delta](https://github.com/andweeb/asdf-delta) | [![Build Status](https://github.com/andweeb/asdf-delta/workflows/Build/badge.svg)](https://github.com/andweeb/asdf-delta/actions) | diff --git a/plugins/datree b/plugins/datree new file mode 100644 index 0000000..908b40e --- /dev/null +++ b/plugins/datree @@ -0,0 +1 @@ +repository = https://github.com/lukeab/asdf-datree.git