1.2.0 • Published 10 years ago

k-console v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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