Skip to content

Commit 0de9383

Browse files
authoredJul 1, 2024··
docs: update
1 parent 33920af commit 0de9383

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed
 

‎README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
![env](https://github.com/caarlos0/env/assets/245435/b21ba2ee-8347-49d8-87d6-efe6d3448672)
2-
---
3-
[![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)
4-
[![Coverage Status](https://img.shields.io/codecov/c/gh/caarlos0/env.svg?logo=codecov&style=for-the-badge)](https://codecov.io/gh/caarlos0/env)
5-
[![](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://pkg.go.dev/github.com/caarlos0/env/v11)
1+
<p align="center">
2+
<img alt="GoReleaser Logo" src="https://becker.software/env.png" height="140" />
3+
<p align="center">A simple, zero-dependencies library to parse environment variables into structs.</p>
4+
</p>
65

7-
A simple and zero-dependencies library to parse environment variables into
8-
`struct`s.
6+
---
97

108
## Used and supported by
119

@@ -637,6 +635,16 @@ func main() {
637635
> If you want to check if an specific error is in the chain, you can also use
638636
> `errors.Is()`.
639637
638+
## Badges
639+
640+
[![Release](https://img.shields.io/github/release/caarlos0/env.svg?style=for-the-badge)](https://github.com/goreleaser/goreleaser/releases/latest)
641+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](/LICENSE.md)
642+
[![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)
643+
[![Codecov branch](https://img.shields.io/codecov/c/github/caarlos0/env/main.svg?style=for-the-badge)](https://codecov.io/gh/caarlos0/env)
644+
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge)](http://godoc.org/github.com/caarlos0/env/v11)
645+
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge)](https://github.com/goreleaser)
646+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org)
647+
640648
## Related projects
641649

642650
- [envdoc](https://github.com/g4s8/envdoc) - generate documentation for environment variables from `env` tags

0 commit comments

Comments
 (0)
Please sign in to comment.