Lazily load chalk, since it takes so long to load.
npm install lazy-chalk> Lazily load chalk, since it takes so long to load.
Install with npm
``sh`
$ npm i lazy-chalk --save
`js`
var chalk = require('lazy-chalk');
chalk().yellow('foo');
chalk().green('bar');
chalk().blue('baz');
* lazy-glob: Lazily require glob, since it takes so long to load.
* lazy-globby: Lazily require globby, since it takes so long to load (because of glob).
Install dev dependencies:
`sh``
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
+ github/jonschlinkert
+ twitter/jonschlinkert
Copyright © 2015 Jon Schlinkert
Released under the MIT license.
*
_This file was generated by verb-cli on June 01, 2015._