1.0.0 • Published 3 years ago

@ruleenginejs/ruleengine-debug v1.0.0

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

ruleengine-debug

Installation

npm install @ruleenginejs/ruleengine-debug

Usage

const debug = require("@ruleenginejs/ruleengine-debug")("ruleengine");

const pipeline = new Pipeline();
const logger = debug(pipeline);
await pipeline.execute();

logger.destroy();

Run example

DEBUG=ruleengine node example/base.js

License

Licensed under the MIT License.