https://github.com/lunchb0ne/golangtestcli
A small kitchen sink cli app.
https://github.com/lunchb0ne/golangtestcli
Last synced: 5 months ago
JSON representation
A small kitchen sink cli app.
- Host: GitHub
- URL: https://github.com/lunchb0ne/golangtestcli
- Owner: Lunchb0ne
- License: mit
- Created: 2024-09-08T17:45:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:49:38.000Z (6 months ago)
- Last Synced: 2024-12-20T03:55:39.462Z (6 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bubbletea-app-template
A template repository to create [Bubbletea][bubbletea] apps.
## Included
- a sample app that does nothing, so it includes all dependencies:
- [bubbletea][]
- [bubbles][]
- [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