/console-custom

ConsoleCustom is a lightweight package that makes your console colorful!

Primary LanguageJavaScript

ConsoleCustom is a lightweight package that makes your console colorful!

Examples

require('console-custom')

console.custom.warning("warning")
console.custom.success("success")
console.custom.error("error")