https://github.com/charmbracelet/bubbletea-app-template
A template repository to create Bubbletea apps.
https://github.com/charmbracelet/bubbletea-app-template
bubbletea charm golang tui
Last synced: 9 months ago
JSON representation
A template repository to create Bubbletea apps.
- Host: GitHub
- URL: https://github.com/charmbracelet/bubbletea-app-template
- Owner: charmbracelet
- License: mit
- Created: 2022-06-17T18:57:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:22:06.000Z (over 1 year ago)
- Last Synced: 2024-11-26T09:26:47.804Z (over 1 year ago)
- Topics: bubbletea, charm, golang, tui
- Language: Go
- Homepage: https://charm.sh
- Size: 105 KB
- Stars: 154
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bubbletea-app-template
A template repository to create [Bubble Tea][bubbletea] apps.
## Included
- a sample app that does nothing, so it includes all dependencies:
- [Bubble Tea][bubbletea]
- [Bubbles][bubbles]
- [Lip Gloss][lipgloss]
- github actions workflows for build, test, lint and release
- [GoReleaser][goreleaser] configs
- [golangci-lint][lint] configs
[bubbletea]: https://github.com/charmbracelet/bubbletea
[bubbles]: https://github.com/charmbracelet/bubbles
[lipgloss]: https://github.com/charmbracelet/lipgloss
[goreleaser]: https://goreleaser.com
[lint]: https://golangci-lint.run