1.2.0 • Published 5 years ago

@buckeye/bs-layered-config v1.2.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

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