UNPKG

zello

Version:

Easy to use logger with tons of options

25 lines (18 loc) 328 B
# Zello Easy to use logger with tons of options ### Quick Start ```js const zello = require("zello"); zello.custom("Magic!", { color: "blue", // color the text will appear text: "alert", // what the text will state }); ``` ### Methods ```js info(); warning(); success(); error(); custom(); ```