-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 🥤 Soda | ||
|
||
Framework for building TUI apps based on the [bubbletea](https://github.com/charmbracelet/bubbletea). | ||
|
||
It automatically handles state management and general layout, so that you can focus on app functionality rather than fighting with TTY 🤕🥊🖥️ | ||
|
||
## Install | ||
|
||
```bash | ||
go get github.com/tuiphi/soda | ||
``` | ||
|
||
## Examples | ||
|
||
Take a look at the [examples folder](./_examples) | ||
|
||
## Why? | ||
|
||
I write TUI apps a lot. And after some trial and error I came up with the structure that suits me the best. I've been copy-pasting it for my projects again and again, so I decided to create a separate package for it so that others can benefit from it too. |