bellboy-stdout-reporter
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bellboy-stdout-reporter

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

23.6 kB

Total Files

9

Last publish

Collaborators

  • jansivans