0.0.8 • Published 9 years ago
octopus-start-reporter v0.0.8
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());