From e20cccbf299853e7e1c5133ec1aa0514fbc2c8a1 Mon Sep 17 00:00:00 2001 From: Denis Lavrushko Date: Wed, 16 Mar 2022 00:55:09 +0100 Subject: [PATCH] feat: add swag plugin (#563) Co-authored-by: James Hegedus --- README.md | 1 + plugins/swag | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/swag diff --git a/README.md b/README.md index a467dbc..c0a7f56 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | 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) | | 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) | | 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) | +| swag | [behoof4mind/asdf-swag](https://github.com/behoof4mind/asdf-swag) | [![Build Status](https://github.com/behoof4mind/asdf-swag/workflows/Build/badge.svg?branch=main)](https://github.com/behoof4mind/asdf-swag/actions) | | SwiftFormat | [younke/asdf-swiftformat](https://github.com/younke/asdf-swiftformat) | [![Build Status](https://github.com/younke/asdf-swiftformat/workflows/Build/badge.svg?branch=master)](https://github.com/younke/asdf-swiftformat/actions) | | SwiftGen | [younke/asdf-swiftgen](https://github.com/younke/asdf-swiftgen) | [![Build Status](https://github.com/younke/asdf-swiftgen/workflows/Build/badge.svg?branch=master)](https://github.com/younke/asdf-swiftgen/actions) | | Swiftlint | [klundberg/asdf-swiftlint](https://github.com/klundberg/asdf-swiftlint) | [![Build Status](https://travis-ci.org/klundberg/asdf-swiftlint.svg?branch=master)](https://travis-ci.org/klundberg/asdf-swiftlint) | diff --git a/plugins/swag b/plugins/swag new file mode 100644 index 0000000..46dc7dc --- /dev/null +++ b/plugins/swag @@ -0,0 +1 @@ +repository = https://github.com/behoof4mind/asdf-swag.git