@codexist/status-reports
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

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]);

Readme

Keywords

Package Sidebar

Install

npm i @codexist/status-reports

Weekly Downloads

11

Version

3.3.0

License

ISC

Unpacked Size

4.5 kB

Total Files

5

Last publish

Collaborators

  • toddjohnson
  • jakejohnson801