From 0cf42bab3d5b73fe23824eb692bbecb8980f91f5 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Thu, 2 Nov 2023 13:02:36 -0700 Subject: [PATCH] feat: add dt plugin --- README.md | 1 + plugins/dt | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/dt diff --git a/README.md b/README.md index 4f634dfbc..adbfbf587 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Draft | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft) | [![Build Status](https://travis-ci.org/kristoflemmens/asdf-draft.svg?branch=master)](https://travis-ci.org/kristoflemmens/asdf-draft) | | Driftctl | [nlamirault/asdf-driftctl](https://github.com/nlamirault/asdf-driftctl) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-driftctl/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-driftctl/actions) | | drone | [virtualstaticvoid/asdf-drone](https://github.com/virtualstaticvoid/asdf-drone) | [![Build Status](https://github.com/virtualstaticvoid/asdf-drone/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/virtualstaticvoid/asdf-drone/actions/workflows/workflow.yml) | +| dt | [so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt) | [![asdf-dt build status](https://github.com/so-dang-cool/asdf-dt/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/virtualstaticvoid/asdf-dt/actions/workflows/workflow.yml) | | duf | [NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) | [![Build](https://github.com/NeoHsu/asdf-duf/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-duf/actions?query=workflow%3ABuild) | | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | DVC | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc) | [![GitHub Actions Status](https://github.com/fwfurtado/asdf-dvc/actions/workflows/test.yaml/badge.svg)](https://github.com/fwfurtado/asdf-dvc/actions) | diff --git a/plugins/dt b/plugins/dt new file mode 100644 index 000000000..170609f0e --- /dev/null +++ b/plugins/dt @@ -0,0 +1 @@ +repository = https://github.com/so-dang-cool/asdf-dt.git