2.0.0 • Published 10 months ago

js-console-log-colors v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

console-log-colors

Color markup wrapper module for console.log

usage

import out from "js-console-log-colors";

out.ln(); // A line break, same as console.log();
out.info("cyan text"); //🔵
out.warn("yellow text"); //🟡
out.success("green text"); //🟢
out.command("magenta text"); //🟣
out.debug("black text, yellow background"); //🟨⚫🟨
out.error("white text, red background"); // 🟥⚪🟥