Commit graph

70 commits

Author SHA1 Message Date
Josh Junon
51b8f329e8 6700 dependents! 🔥 2016-01-11 03:48:13 -07:00
Christopher Venning
7c40059a03 Use HTTPS for shields.io unicorn badge; raises mixed-content warning on npmjs.com 2015-12-31 15:28:46 -05:00
vdemedes
04cae226cc remove has-ansi and strip-ansi dependencies 2015-12-12 23:55:01 +01:00
Sindre Sorhus
83615f2ed6 clarify docs about using console.log
fixes #89
2015-11-05 13:12:34 +07:00
Edvin Erikson
ed6e7d56da Close #86 PR: Add ES2015 template literal example. Fixes #77 2015-10-09 01:10:28 +07:00
Sindre Sorhus
8d599972ee readme tweaks 2015-10-05 22:36:32 +07:00
Sindre Sorhus
262274af86 add slice-ansi to related section in readme 2015-09-26 15:15:59 +07:00
Jorrit Schippers
641ae571b4 New URL for cmder 2015-09-13 22:19:40 +02:00
Qix
14603cd0f5 5000 dependents 🎊 2015-08-23 17:33:33 -06:00
Sindre Sorhus
fb6332df4f readme - add wrap-ansi to related section 2015-08-20 03:02:09 +07:00
Qix
6142553bb5 updated # of dependents to ~4.5k 2015-07-16 14:34:28 -06:00
Daniel Husar
388e21aed7 Fix typo in readme 2015-07-03 14:16:30 +01:00
Sindre Sorhus
7d5955a91a add reference to `chalk-cli
https://github.com/chalk/chalk-cli
2015-07-01 03:01:07 +02:00
Sindre Sorhus
81c3ef9efa readme - add related section 2015-06-30 21:22:46 +02:00
Sindre Sorhus
c7476c9b52 readme - give logo more breathing room 2015-06-30 19:57:59 +02:00
Sindre Sorhus
bd73784b90 update references 2015-06-30 19:55:37 +02:00
Sindre Sorhus
c8e08f5e79 minor tweaks 2015-05-26 16:06:57 +02:00
Sindre Sorhus
e59ae67ebb Merge pull request #68 from bcoe/coverage
adds coverage reporting using nyc and coveralls.io
2015-05-25 13:10:33 +02:00
Benjamin Coe
b630e70855 add coverage reporting using nyc and coveralls 2015-05-25 01:37:33 -07:00
Charlike Mike Reagent
6a506dc9b3 update dependents to ~4k
on may 24, 2015
2015-05-24 07:25:32 +03:00
Sindre Sorhus
04cb2d21ae Update readme.md 2015-04-11 22:50:22 +07:00
Sindre Sorhus
acf38095ea Update readme.md 2015-03-25 20:20:58 +08:00
Sindre Sorhus
3edf792397 readme - improve logo presentation 2015-02-23 14:38:38 +07:00
Sindre Sorhus
19935d6484 add support for FORCE_COLOR environment variable to force color
https://github.com/sindresorhus/supports-color/pull/18
2015-02-23 14:03:52 +07:00
Sindre Sorhus
c799a8aaed readme tweaks 2015-02-17 15:57:40 +07:00
David Keijser
72d1c11e43 Close #54 PR: export classy chalk object to create isolated ctx. Fixes #46, Fixes #46 2015-02-17 15:18:18 +07:00
Noam Okman
b897d1955b Update readme.md
Just changed the url to point to the new npm website
2015-02-04 17:31:11 +02:00
Sindre Sorhus
aa7e67741f Update readme.md 2015-01-22 17:14:01 +08:00
Michael Kühnel
b5468366e7 Update readme.md
Visually harmonize style of badges 👮
2015-01-22 10:05:01 +01:00
Joshua Appelman
30dfb6d2d3 Fixes incorrect string concatenation in example.
Issue got introduced in 299f7d17 when removing console.log from the examples to shorten them.

References #44.
2014-12-28 12:37:19 +01:00
Sindre Sorhus
c11f8b527a add recommendation about using cmder instead of cmd.exe 2014-12-05 17:31:57 +07:00
Sindre Sorhus
fc6a9b27dc force blue color to be use bright blue on Windows - fixes #36
as the normal blue color is illegible
2014-12-05 16:27:16 +07:00
Sindre Sorhus
0b1c65dfd3 bump dependents count. now 2200+ \o/ 2014-11-23 18:57:13 +07:00
Sindre Sorhus
21143174c4 bump ansi-styles
the gray alias is now in ansi-styles
2014-11-23 18:56:00 +07:00
Sindre Sorhus
0f22588c59 readme - don't hard-wrap
no good reason to force a set line length when any editor supports soft-wrapping where you can set your own preferred size.
2014-08-31 00:51:39 +02:00
Joshua Appelman
32ff12e4c3 Adds a section on 256-colors.
Closes #35.
References #44.
2014-08-30 23:37:53 +02:00
Joshua Appelman
2c9044cc49 Minor rephrasing. 2014-08-30 23:16:28 +02:00
Joshua Appelman
299f7d1724 Removes console.log to simplify the example, and place the nested example on several lines. 2014-08-30 23:13:42 +02:00
Joshua Appelman
84b90410fe Removes $ prefix from shell command, to allow for syntax highlighting. 2014-08-30 23:10:03 +02:00
Joshua Appelman
a7b3e31cd3 Adds code tags around String.prototype. 2014-08-30 23:08:28 +02:00
Joshua Appelman
d55efc39b5 Rephrases, since Colors is no longer the most popular string styling module.
See: http://npm-stat.com/charts.html?package=chalk versus
http://npm-stat.com/charts.html?package=colors
2014-08-30 23:06:34 +02:00
Joshua Appelman
9864ba4581 Bumps the number of dependants to 1700. 2014-08-30 23:05:34 +02:00
Joshua Appelman
410bd76ad3 Linewraps at 80 where markdown syntax allows. 2014-08-30 22:53:00 +02:00
Joshua Appelman
75f63a837a Updates documentation regarding style application order. 2014-08-22 21:47:59 +02:00
Sindre Sorhus
af175295fb use rawgithub to workaround npm website bug with relative image paths 2014-07-04 23:23:45 +02:00
Joshua Appelman
2b859bb975 Adds performance to readme. 2014-07-04 21:30:02 +02:00
Sindre Sorhus
d9d6e9d7f4 Update readme.md 2014-06-26 00:18:23 +02:00
Sindre Sorhus
90bd6477d6 add .hasColor() method - fixes #23 2014-06-24 21:34:11 +02:00
Sindre Sorhus
eff96c2c15 readme tweaks 2014-06-24 17:23:43 +02:00
Joshua Appelman
d16b0ce367 Adds support for nested chalk expressions.
green(a + blue(b) + c) will now look the same as green(a) +
blue(b) + green(c), as expected. In the previous implementation the
output would have been green(a) + blue(b) + c, because the reset code of
the second expression would close all expressions around it as well.

Now this reset code is replaced by a start code of the outer lying
expression, both stopping the inner and re-starting the outer.
2014-06-23 13:25:47 +02:00