aboutsummaryrefslogtreecommitdiff
path: root/ruby/pastel/README
diff options
context:
space:
mode:
authorTonus <tonus1@gmail.com>2022-04-29 14:00:59 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:57 +0700
commit02228f07c9d2f8f455c38c49bfa18f5861b2aaf8 (patch)
tree298aeb9090f5470515d88e1a95b1e8355d869cd1 /ruby/pastel/README
parentb9a9786adcf7870308de9ed7cb681c73eab54afb (diff)
ruby/pastel: Added (independent coloring component f/ TTY toolkit.)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/pastel/README')
-rw-r--r--ruby/pastel/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/ruby/pastel/README b/ruby/pastel/README
new file mode 100644
index 0000000000000..a308737b033e8
--- /dev/null
+++ b/ruby/pastel/README
@@ -0,0 +1,12 @@
+Pastel provides independent coloring component for TTY toolkit.
+Terminal output styling with intuitive and clean API that doesn't
+monkey patch String class.
+Pastel is minimal and focused to work in all terminal emulators.
+
+Features
+ Doesn't monkey patch String
+ Intuitive and expressive API
+ Minimal and focused to work on all terminal emulators
+ Auto-detection of color support
+ Allows nested styles
+ Performant