qubit-config 0.9.0

Powerful type-safe configuration management with multi-value properties, variable substitution, and rich data type support
Documentation
1
2
3
4
5
6
7
HOST=localhost
PORT=8080
DEBUG=true
APP_NAME=MyApp
APP_VERSION=1.0.0
QUOTED_VALUE="hello world"
SINGLE_QUOTED='single quoted'