From 2930b5871aa7be954fe0d812e33e166b5481b039 Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Fri, 7 Dec 2018 01:34:25 -0800 Subject: [PATCH] Add 'elvis' package (#956) --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index d9bd2c4..111dd3b 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,13 @@ [ + { + "name": "elvis", + "url": "https://github.com/mattaylor/elvis", + "method": "git", + "tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ], + "description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions", + "license": "MIT", + "web": "https://github.com/mattaylor/elvis" + }, { "name": "nimrun", "url": "https://github.com/lee-b/nimrun",