Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 17, 2022
1 parent a869ed9 commit 344ec7d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
linters:
enable:
- thelper
- gofumpt
- tparallel
- unconvert
- unparam
- wastedassign
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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
[ling]: https://golangci-lint.run

0 comments on commit 344ec7d

Please sign in to comment.