Skip to content

Latest commit

 

History

History

README.md

@lde/pipeline-console-reporter

Console progress reporter for @lde/pipeline. Displays real-time pipeline progress with spinners, colours and timing information.

Installation

npm install @lde/pipeline-console-reporter

Usage

import { Pipeline } from '@lde/pipeline';
import { ConsoleReporter } from '@lde/pipeline-console-reporter';

await new Pipeline({
  datasetSelector: selector,
  stages,
  writers,
  reporter: new ConsoleReporter(),
}).run();

Documentation

See the full documentation.