Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 660 Bytes

.verb.md

File metadata and controls

12 lines (8 loc) · 660 Bytes

Why was this module created?

This module was created to make it easy to allow color configuration through options. If your application will always use specific colors, we recommend requiring those modules directly. If your application requires using most of the colors, we recommend using [ansi-colors][] for faster require times (the colors are inlined). When using only a few colors at a time or allowing users to choose from a few colors, this module will be more efficient due to lazy caching the underlying modules.

Usage

var colors = require('{%= name %}');

API

{%= apidocs("index.js") %}