Lazily load chalk, since it takes so long to load.
Install with npm
$ npm i lazy-chalk --save
var chalk = require('lazy-chalk');
chalk().yellow('foo');
chalk().green('bar');
chalk().blue('baz');
Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on June 01, 2015.