From 8471cb03c14408d612eddb65157e9414a4b1eb8d Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 27 Apr 2020 11:46:44 -0400 Subject: [PATCH] Add Reflow and Tea Party to resources in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cedf643..7c61162 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,14 @@ Hungry for more? See the [other examples][examples]. ## Other Resources +* [Tea Party](https://github.com/charmbracelet/teaparty): a collection of Tea + components. * [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color support for your terminal applications. Very useful when rendering your views. +* [Reflow](https://github.com/muesli/reflow): a collection of ANSI-aware text + formatting tools. Also useful for view rendering. + ## Acknowledgments