Add 'elvis' package (#956)
This commit is contained in:
parent
10f4f2391f
commit
2930b5871a
1 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue