diff --git a/README.md b/README.md index f10939d..9199fe9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -![env](https://github.com/caarlos0/env/assets/245435/b21ba2ee-8347-49d8-87d6-efe6d3448672) ---- -[![Build Status](https://img.shields.io/github/actions/workflow/status/caarlos0/env/build.yml?branch=main&style=for-the-badge)](https://github.com/caarlos0/env/actions?workflow=build) -[![Coverage Status](https://img.shields.io/codecov/c/gh/caarlos0/env.svg?logo=codecov&style=for-the-badge)](https://codecov.io/gh/caarlos0/env) -[![](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://pkg.go.dev/github.com/caarlos0/env/v11) +

+ GoReleaser Logo +

A simple, zero-dependencies library to parse environment variables into structs.

+

-A simple and zero-dependencies library to parse environment variables into -`struct`s. +--- ## Used and supported by @@ -637,6 +635,16 @@ func main() { > If you want to check if an specific error is in the chain, you can also use > `errors.Is()`. +## Badges + +[![Release](https://img.shields.io/github/release/caarlos0/env.svg?style=for-the-badge)](https://github.com/goreleaser/goreleaser/releases/latest) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](/LICENSE.md) +[![Build status](https://img.shields.io/github/actions/workflow/status/caarlos0/env/build.yml?style=for-the-badge&branch=main)](https://github.com/caarlos0/env/actions?workflow=build) +[![Codecov branch](https://img.shields.io/codecov/c/github/caarlos0/env/main.svg?style=for-the-badge)](https://codecov.io/gh/caarlos0/env) +[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](http://godoc.org/github.com/caarlos0/env/v11) +[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge)](https://github.com/goreleaser) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org) + ## Related projects - [envdoc](https://github.com/g4s8/envdoc) - generate documentation for environment variables from `env` tags