0.0.2 • Published 8 years ago

screwdriver-launcher-execute v0.0.2

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Screwdriver Launcher - Execute

Version Downloads Build Status Open Issues Dependency Status License

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.