Miscellaneous tasks for Start
.
npm install --save-dev octopus-start-tasks
Start
task that maps provided object values, which are of input => Promise
.
Say given input is String 'what', then:
props({one: input => 'say ' + what})
will return {one: 'say what'}
.
Start
task that logs provided String or function input => String
via Start
reporter.
Start
task that reads json file and returns a json object.
Start
task that executed a command and returns {stdout, stderr}.