@hackage canteven-config1.0.0.0
A pattern for configuring programs.
Categories
License
Apache-2.0
Maintainer
rick@owenssoftware.com
Links
- Documentation
- No source repository
- Security
Versions
Deprecated
Dependencies (3)
Dependents (2)
@hackage/moonshine, @hackage/canteven-log
Turns out, all of our executables shared the same sort of pattern for extracting configuration out of the environment: find a YAML config file based on the command line arguments and parse that file into a haskell value using the yaml package. This package makes that process super trivial.