diff --git a/README.md b/README.md index 4aa776593f244a88c37b78e045aa75caf7cb9f66..d87ca0ed514cbb310e251dfbef9ae132a71c2d61 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,11 @@ # zig-flag +![loc](https://sloc.xyz/github/nektro/zig-flag) +[![license](https://img.shields.io/github/license/nektro/zig-flag.svg)](https://github.com/nektro/zig-flag/blob/master/LICENSE) +[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) +[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) +[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod) + Config management for Zig. -## Built With -- Zig master - - https://github.com/ziglang/zig -- Zigmod package manager - - https://github.com/nektro/zigmod - -- https://github.com/nektro/zig-extras - -## Install -``` -zigmod aq add 1/nektro/flag -``` - -## License -MIT +Ideal if you would like to define flags in multiple modules or multiplex intake between CLI flags or environement variables.