Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabawaba99/config
https://github.com/zabawaba99/config
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zabawaba99/config
- Owner: zabawaba99
- License: mit
- Created: 2015-05-08T04:43:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T14:36:14.000Z (about 6 years ago)
- Last Synced: 2024-06-20T00:28:08.629Z (5 months ago)
- Language: Go
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config [![Build Status](https://travis-ci.org/zabawaba99/config.svg?branch=master)](https://travis-ci.org/zabawaba99/config) [![Coverage Status](https://coveralls.io/repos/zabawaba99/config/badge.svg?branch=master)](https://coveralls.io/r/zabawaba99/config?branch=master)
---A package that helps load an application's configuration through a mixture
of flags and environment variables.## Purpose
Many applications take command line parameters or check environment
variables to figure out where their database is or what `S3` bucket
they need to throw files into. Depending on the use case, you may
only want flags, only environment variables or a mixture of both. This
package aims to provide a simple and straightforward manner of
achieving that.**This project is still under development. The API is not guaranteed to stay the same.**