From 83697a54c1250dbec000c9e181657739af55e53e Mon Sep 17 00:00:00 2001 From: franklin Date: Thu, 4 Jul 2024 13:28:44 +0200 Subject: [PATCH 1/2] docs: update README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9493c2..1bb46ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,37 @@ # hanko-go +[![Build Status](https://github.com/foomo/keel/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/foomo/hanko-go/actions/workflows/test.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/hanko-go)](https://goreportcard.com/report/github.com/foomo/hanko-go) +[![GoDoc](https://godoc.org/github.com/foomo/hanko-go?status.svg)](https://godoc.org/github.com/foomo/hanko-go) + The `hanko-go` repository provides Go clients for integrating with Hanko Auth. It includes a public client and an admin client, allowing developers to easily incorporate Hanko authentication into their Go applications. To get started, refer to the documentation and examples provided in the repository. The public client offers functionalities for user authentication and verification, while the admin client provides capabilities for managing Hanko Auth resources and configurations. -Feel free to explore the code and contribute to the development of `hanko-go` on GitHub. \ No newline at end of file +## How to Contribute + +Feel free to explore the code and contribute to the development of `hanko-go` on GitHub. + +Download required binaries: + +```shell +$ make brew +``` + +Regenerate code: + +```shell +$ make generate +``` + +Run linter & tests: + +```shell +$ make lint +$ make test +``` + + +## License + +Distributed under MIT License, please see license file within the code for more details. From e2089e70fd374b227d67c49d8f958b84debce5da Mon Sep 17 00:00:00 2001 From: franklin Date: Thu, 4 Jul 2024 13:34:47 +0200 Subject: [PATCH 2/2] chore: fix name --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6282460..50a015a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,9 +1,9 @@ -project_name: keel +project_name: hanko-go release: github: owner: foomo - name: keel + name: hanko-go prerelease: auto builds: