node-octo-log
v0.1.4
Published
An easy to use colorful logger
Downloads
2
Readme
octo-log
An easy to use colorful logger
install using: npm install node-octo-log
Example use:
const logger = require("node-octo-log");
logger("success", "HTTP", "HTTP server now listening");