colorful-terminal
v1.0.1
Published
A library to colorify your console for better readability.
Downloads
6
Maintainers
Readme
Colorful-terminal library
How to use it.
This library provides three methods { success
, danger
,info
}
first we have to create an instance of the library.
import {Log} from 'colorful-terminal'
Now we can use these methods.
//code
Log.success("Congratulations")
Log.danger("No Danger")
Log.info("This is awesome")
Now use can see the change in the messages background on console.