console-log-alert
v1.0.2
Published
color console
Maintainers
Readme
console-alert color your console
npm install console-log-alert
how to use
create a javascript project . in this project you can install this package import top of your project
import {Log} from "console-log-alert"
there are importent alert for a developer :
Log.success("hello") ///for success console- GREEN COLOUR
Log.error("hello") /// for error console- RED COLOUR
Log.warning("hello") /// for warning console- YELLOW COLOUR
Log.default('hello') /// you can set as a default console - WHITE COLOUR
Log.continue("hello") /// continue console - MAGENTA COLOUR
Log.primary("hello") BLUE COLOUR
import {Log} from "console-log-alert"
Log.success("hello")
Log.default('hello')
Log.error("hello")
Log.warning("hello")
Log.continue("hello")
Log.primary("hello")
Log.red("hello")
Log.yellow("hello")
Log.bold("hello")
Log.green("hello")
Log.underlined("hello")
Log.underlined_Bright("hello")
Log.heart()
Log.hii()
Log.blue("hello")
Log.gray("hello")
Log.pink("hello")