From a5fed88d8a723defea7d91c6e735a7d21b7c012a Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Mon, 16 Mar 2020 19:37:48 -0600 Subject: [PATCH] Adding yq plugin (#212) --- README.md | 1 + plugins/yq | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/yq diff --git a/README.md b/README.md index 8667296..9490603 100644 --- a/README.md +++ b/README.md @@ -207,5 +207,6 @@ itself) to look for plugins. | Vault | [Banno/asdf-hashicorp](https://github.com/Banno/asdf-hashicorp) | [![Build Status](https://travis-ci.org/Banno/asdf-hashicorp.svg?branch=master)](https://travis-ci.org/Banno/asdf-hashicorp) | | Velero | [looztra/asdf-velero](https://github.com/looztra/asdf-velero) | [![Build Status](https://travis-ci.org/looztra/asdf-velero.svg?branch=master)](https://travis-ci.org/looztra/asdf-velero) | | Yarn | [twuni/asdf-yarn](https://github.com/twuni/asdf-yarn) | [![Build Status](https://travis-ci.org/twuni/asdf-yarn.svg?branch=master)](https://travis-ci.org/twuni/asdf-yarn) | +| yq | [sudermajr/asdf-yq](https://github.com/sudermanjr/asdf-yq) | [![Build Status](https://github.com/sudermanjr/asdf-yq/workflows/master/badge.svg?branch=master)](https://github.com/sudermanjr/asdf-yq/actions) | | Zig | [cheetah/asdf-zig](https://github.com/cheetah/asdf-zig) | [![Build Status](https://travis-ci.org/cheetah/asdf-zig.svg?branch=master)](https://travis-ci.org/cheetah/asdf-zig) | | Zola | [salasrod/asdf-zola](https://github.com/salasrod/asdf-zola) | [![Build Status](https://github.com/salasrod/asdf-zola/workflows/CI/badge.svg?branch=master)](https://github.com/salasrod/asdf-zola/actions) | diff --git a/plugins/yq b/plugins/yq new file mode 100644 index 0000000..2827fed --- /dev/null +++ b/plugins/yq @@ -0,0 +1 @@ +repository = https://github.com/sudermanjr/asdf-yq.git