bellboy-stdout-reporter

## Installation ``` npm install bellboy-stdout-reporter ```

Usage no npm install needed!

<script type="module">
  import bellboyStdoutReporter from 'https://cdn.skypack.dev/bellboy-stdout-reporter';
</script>

README

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