This commit is contained in:
Sindre Sorhus 2013-11-10 13:25:35 +01:00
parent 15f928fce5
commit 77ae94f63a
4 changed files with 1618 additions and 1 deletions

View file

@ -1,7 +1,9 @@
# chalk [![Build Status](https://secure.travis-ci.org/sindresorhus/chalk.png?branch=master)](http://travis-ci.org/sindresorhus/chalk)
# <img width="250" src="logo.png" alt="chalk">
> Terminal string styling done right.
[![Build Status](https://secure.travis-ci.org/sindresorhus/chalk.png?branch=master)](http://travis-ci.org/sindresorhus/chalk)
[colors.js](https://github.com/Marak/colors.js) is currently the most popular string styling module, but it has serious deficiencies like extending String.prototype which causes all kinds of problems. Although there are other ones, they either do too much or not enough.
**Chalk is a clean and focused alternative.**