js-console-log-colors

2.0.0 • Public • Published

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"); // 🟥⚪🟥

Readme

Keywords

Package Sidebar

Install

npm i js-console-log-colors

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • hannibal_hacktor