An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Go Application Kit

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sagikazarmark/appkit/ci.yaml?style=flat-square)](https://github.com/sagikazarmark/appkit/actions/workflows/ci.yaml)
[![Codecov](https://img.shields.io/codecov/c/github/sagikazarmark/appkit?style=flat-square)](https://codecov.io/gh/sagikazarmark/appkit)
[![Go Report Card](https://goreportcard.com/badge/github.com/sagikazarmark/appkit?style=flat-square)](https://goreportcard.com/report/github.com/sagikazarmark/appkit)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.13-61CFDD.svg?style=flat-square)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/sagikazarmark/appkit)
[![built with nix](https://img.shields.io/badge/builtwith-nix-7d81f7?style=flat-square)](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).