UNPKG

await-exec

Version:

Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.

34 lines (33 loc) 623 B
{ "name": "await-exec", "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/hanford/await-exec.git" }, "homepage": "https://github.com/hanford/await-exec", "bugs": "https://github.com/hanford/await-exec/issues", "authors": [ "Jack Hanford" ], "tags": [ "async / await", "child process", "exec", "cp.exec", "execSync", "promise" ], "keywords": [ "async / await", "child process", "exec", "cp.exec", "execSync", "promise" ], "main": "index.js", "license": "MIT", "dependencies": {}, "devDependencies": {} }