From 42ae7b09045f0824ae7d228f03850b672bf2d53a Mon Sep 17 00:00:00 2001 From: Boris K Date: Tue, 1 Aug 2017 15:09:18 +0200 Subject: [PATCH] Add related packages in the readme Added chalk-animation as suggested by @sindresorhus Added gradient-string because it also uses chalk and provides new features. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 3065910..dfcfdf2 100644 --- a/readme.md +++ b/readme.md @@ -291,6 +291,8 @@ If you're on Windows, do yourself a favor and use [`cmder`](http://cmder.net/) i - [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes - [color-convert](https://github.com/qix-/color-convert) - Converts colors between different models +- [chalk-animation](https://github.com/bokub/chalk-animation) - Animate strings in the terminal +- [gradient-string](https://github.com/bokub/gradient-string) - Apply color gradients to strings ## Maintainers