summaryrefslogtreecommitdiffstats
path: root/ruby/pastel/README
diff options
context:
space:
mode:
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 0000000000..a308737b03
--- /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