Added package run_exe (#2180)

This commit is contained in:
V0idMatr1x 2022-03-22 03:37:31 -05:00 committed by GitHub
parent 1bf0eb2b3b
commit ae9382bf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25541,5 +25541,19 @@
"description": "Nim wrapper for FTDI ftd2xx library",
"license": "MIT",
"web": "https://github.com/leeooox/ftd2xx"
},
{
"name": "run_exe",
"url": "https://github.com/V0idMatr1x/run_exe",
"method": "git",
"tags": [
"lib",
"osproc",
"subprocess",
"dsl"
],
"description": "A mini DSL for Nim that provides syntactic sugar for running/piping shell commands. ",
"license": "GPL-3.0-or-later",
"web": "https://github.com/V0idMatr1x/run_exe"
}
]