UNPKG

executely

Version:

Wrapper script around child_process execFile and spawn to make it more convenient to run bash commands from a node.js script.

29 lines (28 loc) 737 B
{ "name": "executely", "version": "0.0.3", "description": "Wrapper script around child_process execFile and spawn to make it more convenient to run bash commands from a node.js script.", "main": "executely.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bash", "child_process", "execFile", "spawn" ], "author": "James Mortensen", "license": "MIT", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git+https://github.com/jamesmortensen/executely.git" }, "bugs": { "url": "https://github.com/jamesmortensen/executely/issues" }, "homepage": "https://github.com/jamesmortensen/executely#readme" }