Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckotzbauer/libstandard
Shared code for config-handling (lightweight viper-replacement) and utility functions.
https://github.com/ckotzbauer/libstandard
cobra config pflag utility
Last synced: 23 days ago
JSON representation
Shared code for config-handling (lightweight viper-replacement) and utility functions.
- Host: GitHub
- URL: https://github.com/ckotzbauer/libstandard
- Owner: ckotzbauer
- License: mit
- Created: 2022-07-23T14:54:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:29:48.000Z (4 months ago)
- Last Synced: 2024-07-14T09:01:16.158Z (4 months ago)
- Topics: cobra, config, pflag, utility
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libstandard
> Shared code for config-handling (lightweight viper-replacement) and utility functions.
[![test](https://github.com/ckotzbauer/libstandard/actions/workflows/test.yml/badge.svg)](https://github.com/ckotzbauer/libstandard/actions/workflows/test.yml)
## Security
When discovering security issues please refer to the [Security process](https://github.com/ckotzbauer/.github/blob/main/SECURITY.md).
[License](https://github.com/ckotzbauer/libstandard/blob/main/LICENSE)
--------## Contributing
Please refer to the [Contribution guildelines](https://github.com/ckotzbauer/.github/blob/main/CONTRIBUTING.md).
## Code of conduct
Please refer to the [Conduct guildelines](https://github.com/ckotzbauer/.github/blob/main/CODE_OF_CONDUCT.md).
## Credits
The config-code is mostly ported from the great [cleanenv](https://github.com/ilyakaznacheev/cleanenv) library which is [MIT licensed](https://github.com/ilyakaznacheev/cleanenv/blob/master/LICENSE).