0.3.0 • Published 9 years ago

simpleclog v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

simpleclog

Lightweight utility function for logging to console

Installation

npm install simpleclog --save

Usage

var clog = require('simpleclog');

clog("Hello world!") //Logs ""Hello world!"" to the console

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

  • 0.1.0 Initial release
0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago