Skip to content

Claviz/bellboy-stdout-reporter

Repository files navigation

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()],
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published