3.3.0 • Published 4 years ago

@codexist/status-reports v3.3.0

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

Status Reports

This is simply a package that simplifies status updates in the log output. Just to make all logging for status updates more uniform.

Install

$ npm install @codexist/status-reports

Usage

const statusReporter = require('@codexist/status-reports');

statusReporter.success('Database successfully synced');

All Options

const statusReporter = require('@codexist/status-reports');

statusReporter.success(string, [...string]);
statusReporter.error(string, [...string]);
statusReporter.warn(string, [...string]);
statusReporter.info(string, [...string]);
3.3.0

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago