diff options
| author | Mat Taylor <mat.taylor@gmail.com> | 2018-12-07 01:34:25 -0800 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-07 10:34:25 +0100 |
| commit | 2930b5871aa7be954fe0d812e33e166b5481b039 (patch) | |
| tree | 110dca9d3a3d91429ae64402197c544566c58ab1 | |
| parent | 10f4f2391f803be60adbe433446a493d318310ce (diff) | |
| download | packages-2930b5871aa7be954fe0d812e33e166b5481b039.tar.gz packages-2930b5871aa7be954fe0d812e33e166b5481b039.zip | |
Add 'elvis' package (#956)
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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", |
