npm.io
1.2.0 • Published 3 years ago

boom-colorify

Licence
MIT
Version
1.2.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0

Boom colorify library

Usage

Install

Install package in your project:

npm install boom-colorify --save
Import

Put the following code in your js in which you want to log.

const { Log } = require("boom-colorify");

Logger level can be set like this.

Log.success("Congratulations!");
Log.danger("Mind your head!");
Log.info("You see!");

Keywords