boom-colorify
v1.2.0
Published
Boom boom your logs with colorify
Downloads
6
Maintainers
Readme
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!");