From ca7888aa37eeeacadc945e7e2344966de815f353 Mon Sep 17 00:00:00 2001 From: Jinhwan Kim Date: Thu, 6 Feb 2025 21:34:30 +0900 Subject: [PATCH] feat: bubble tea content --- .../golang/content/102-go-building-clis/102-bubbletea.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/data/roadmaps/golang/content/102-go-building-clis/102-bubbletea.md diff --git a/src/data/roadmaps/golang/content/102-go-building-clis/102-bubbletea.md b/src/data/roadmaps/golang/content/102-go-building-clis/102-bubbletea.md new file mode 100644 index 000000000000..80eb774fa1bc --- /dev/null +++ b/src/data/roadmaps/golang/content/102-go-building-clis/102-bubbletea.md @@ -0,0 +1,9 @@ +# Bubbletea + +Bubbletea is a powerful and flexible framework for building terminal user interfaces (TUIs) in Go, based on The Elm Architecture. + +Visit the following resources to learn more: + +- [@opensource@Bubbletea](https://github.com/charmbracelet/bubbletea) +- [@article@Bubbletea Tutorial](https://github.com/charmbracelet/bubbletea/tree/master/tutorials) +- [@video@Building Terminal Wizard in Go](https://www.youtube.com/watch?v=Gl31diSVP8M)