allelify
Version:
Parallelize commands and write logs to reasonable files in background.
26 lines (25 loc) • 451 B
JSON
{
"name": "allelify",
"version": "1.0.2",
"description": "Parallelize commands and write logs to reasonable files in background.",
"main": "index.js",
"files": [
"index.js",
"bin.js"
],
"keywords": [
"parallel",
"exec",
"parallelize",
"build"
],
"author": "Will Keleher",
"license": "ISC",
"bin": {
"allelify": "./bin.js"
},
"dependencies": {
"chalk": "^2.4.1",
"spinnies": "^0.5.1"
}
}