octopus-start-reporter
v0.0.8
Published
start reporter tuned for octopus worklfows
Downloads
36
Readme
octopus-start-reporter 
Reporter intended to be used withing octopus ecosystem. Differences from other start reporters:
- supports debug output;
- does not log
start/stopanddoneactions to reduce verbosity.
install
npm install --save-dev octopus-start-reporterUsage
const Start = require('start').default,
reporter = require('octopus-start-reporter');
const start = Start(reporter());