@codeloop/conf
v0.1.12
Published
Simple config handling for app or module
Maintainers
Readme
@codeloop/conf
Simple config handling for app or module
Introduction
@codeloop/conf uses the following precedence order. Each item takes precedence over the item below it:
- explicit call to
set - argv
- env
- config files
- key/value store
- defaults
