npm.io
0.0.3 • Published 8 years ago

hankey

Licence
MIT
Version
0.0.3
Deps
2
Vulns
0
Weekly
0

Hankey

A friendly library for adding color to your logs

const { info, log } = require("./index");

info(":wave: hey there!")
error(":bomb: Oh noes!")
action(":dizzy: doing something big!")

const yo = "oy";
log("a shorter console.log", { yo });

ex

example.js.