https://github.com/sagikazarmark/appkit
Opinionated application tools based on go-kit and kitx
https://github.com/sagikazarmark/appkit
go-application go-kit hacktoberfest
Last synced: over 1 year ago
JSON representation
Opinionated application tools based on go-kit and kitx
- Host: GitHub
- URL: https://github.com/sagikazarmark/appkit
- Owner: sagikazarmark
- License: mit
- Created: 2020-01-08T19:27:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T15:34:25.000Z (over 1 year ago)
- Last Synced: 2025-04-09T23:13:06.841Z (over 1 year ago)
- Topics: go-application, go-kit, hacktoberfest
- Language: Go
- Homepage:
- Size: 257 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Application Kit
[](https://github.com/sagikazarmark/appkit/actions/workflows/ci.yaml)
[](https://codecov.io/gh/sagikazarmark/appkit)
[](https://goreportcard.com/report/github.com/sagikazarmark/appkit)

[](https://pkg.go.dev/mod/github.com/sagikazarmark/appkit)
[](https://builtwithnix.org)
## Installation
```shell
go get github.com/sagikazarmark/appkit
```
## Development
When all coding and testing is done, please run the test suite:
```shell
make check
```
For the best developer experience, install [Nix](https://builtwithnix.org/) and [direnv](https://direnv.net/).
Alternatively, install Go manually or using a package manager. Install the rest of the dependencies by running `make deps`.
## License
The project is licensed under the [MIT License](LICENSE).