A utility library for the kickasset project. Provides colored terminal output via chalk, along with a collection of general-purpose dependencies including CSV parsing, address parsing, email sending, Redis integration, scheduling, and object diffing.
const { print, pstr } = require('kickutils')
console.log(print('hello', 'green'))
console.log(pstr('warning', 'yellow'))green, red, yellow, blue, white, grey
Bent Cardan — MIT