https://github.com/bashbunni/kancli
Command line kanban board
https://github.com/bashbunni/kancli
Last synced: 11 months ago
JSON representation
Command line kanban board
- Host: GitHub
- URL: https://github.com/bashbunni/kancli
- Owner: bashbunni
- License: mit
- Created: 2022-07-18T16:43:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T09:03:53.000Z (over 3 years ago)
- Last Synced: 2025-04-02T08:47:43.825Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 25
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
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