0.1.0 • Published 3 years ago

bellboy-stdout-reporter v0.1.0

Weekly downloads
82
License
MIT
Repository
github
Last release
3 years ago

Bellboy stdout (console) reporter Build Status codecov

Installation

npm install bellboy-stdout-reporter

Usage

const bellboy = require('bellboy');
const StdoutReporter = require('bellboy-stdout-reporter').default;

const job = new bellboy.Job(processor, [destination], {
    reporters: [new StdoutReporter()],
});
0.1.0

3 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago