Popularity
7.2
Stable
Activity
0.0
Stable
22
3
7

Monthly Downloads: 4
Programming language: Haskell
License: GNU Affero General Public License v3.0 only
Tags: Data     Configuration    
Latest version: v0.0.7

configifier alternatives and similar packages

Based on the "Configuration" category.
Alternatively, view configifier alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of configifier or a related project?

Add another 'Configuration' Package

README

Configifier

WARNING NOT READY FOR USE YET. JUST PUTTING IT OUT THERE TO HAVE A DISCUSSION.

what's this, then?

  • it's a tool to read your runtime config from config files, shell environment, and command line in a uniform, canonical, and flexible way.

  • it is intended as an alternative for Configurator, optparse-applicative, cmdargs. (also note-worthy: multiarg, yaml-config, getopt-generics. let me know what i've missed.)

  • it is inspired by servant in its use of ghc's type-level programming.

  • it comes with an instructive example in ./examples/Main.hs

please comment!

if you have any opinion on what you would like to have added next, or if you can think of a better name for this library, please create an issue!