UNPKG

how2

Version:

AI for your terminal. Uses Google and Stackoverflow to find how to do things on a Unix command line.

12 lines (8 loc) 180 B
const colors = require('colors') function error (str) { console.error(colors.red(str)) } function debug (...rest) { console.log(...rest) } module.exports = { error, debug }