k-console

Console helper


Keywords
console, chalk, helper, console.log, sys, spawn_child, exec
License
MIT
Install
npm install k-console@1.2.0

Documentation

K

Simple consle helper mod

Install

npm install --save k-console

Usage

var K = require('k-console');

K.Warn('text');

K.Pass('wow it passed');

K.Error('wow it didn\'t pass');

K.Result('produce some result');

Author

Nicky Laczko

License

MIT