Added package eachdo (#1678)

This commit is contained in:
jiro 2020-10-26 00:33:55 +09:00 committed by GitHub
parent 2b2099dfa3
commit 14c06007f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19977,5 +19977,19 @@
"description": "The Hundred Rabbits theme ecosystem brought to Nim.",
"license": "MIT",
"web": "https://github.com/Knaque/rabbit"
},
{
"name": "eachdo",
"url": "https://github.com/jiro4989/eachdo",
"method": "git",
"tags": [
"cli",
"shell",
"exec",
"loop"
],
"description": "eachdo executes commands with each multidimensional values",
"license": "MIT",
"web": "https://github.com/jiro4989/eachdo"
}
]