From ab076680bde3ae704f33114d415849441604d2eb Mon Sep 17 00:00:00 2001 From: Lorenzo Gallucci Date: Sat, 30 Jul 2022 08:23:38 +0200 Subject: [PATCH] feat: add Step CLI (#632) --- README.md | 1 + plugins/step | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/step diff --git a/README.md b/README.md index 4a46d02..419a21d 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | steampipe | [carnei-ro/asdf-steampipe](https://github.com/carnei-ro/asdf-steampipe) | [![Build Status](https://github.com/carnei-ro/asdf-steampipe/workflows/Build/badge.svg?branch=main)](https://github.com/carnei-ro/asdf-steampipe/actions) | | Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | [![Build Status](https://github.com/smashedtoatoms/asdf-sbcl/workflows/Build/badge.svg?branch=main)](https://github.com/smashedtoatoms/asdf-sbcl/actions) | +| step | [log2/asdf-step](https://github.com/log2/asdf-step) | [![Build](https://github.com/log2/asdf-step/actions/workflows/build.yml/badge.svg)](https://github.com/log2/asdf-step/actions/workflows/build.yml) | | Stern | [looztra/asdf-stern](https://github.com/looztra/asdf-stern) | [![Build Status](https://travis-ci.org/looztra/asdf-stern.svg?branch=master)](https://travis-ci.org/looztra/asdf-stern) | | stripe-cli | [offbyone/asdf-stripe](https://github.com/offbyone/asdf-stripe) | [![Build Status](https://github.com/offbyone/asdf-stripe/workflows/ASDF%20CI/badge.svg)](https://github.com/offbyone/asdf-stripe/actions) | | stylua | [jc00ke/asdf-stylua](https://github.com/jc00ke/asdf-stylua) | [![Build Status](https://github.com/jc00ke/asdf-stylua/workflows/Build/badge.svg?branch=main)](https://github.com/jc00ke/asdf-stylua/actions) | diff --git a/plugins/step b/plugins/step new file mode 100644 index 0000000..952e3c1 --- /dev/null +++ b/plugins/step @@ -0,0 +1 @@ +repository = https://github.com/log2/asdf-step.git