screwdriver-launcher-execute
v0.0.2
Published
Command to execute shell commands in order while exposing a metadata server to read/write information
Downloads
5
Readme
Screwdriver Launcher - Execute
Command to execute shell commands in order while exposing a metadata server to read/write information
Usage
npm install -g screwdriver-launcher-execute
execute ./sample.json
Sample.json
{
"init": "npm install",
"test": "npm test"
}
Testing
npm test
License
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.