@buckeye/bs-layered-config
v1.2.0
Published
A layered configuration module that folds in configuration from the environment, script arguments and configuration files
Downloads
9
Readme
bs-layered-config
A layered configuration approach for a server side BuckleScript (JS) applications
Parsing Caveat
You need to be careful parsing values which may come from a file or environment variable or command line argument. All command line arguments and environment variables will come into the system as strings.
Usage
See the tests