0.14.0 • Published 5 years ago
ncfg v0.14.0
About NCfg (Nested-Configuration)
NCfg helps applications to manage configurations within nested nodes. This saves your day if your application has many sub modules.
Features
- Nested structure: Configuration organized in a tree structure
- Environmental variables: Values can be derived from environmental variables
- Command-line arguments: Values can also be derived from command-line arguments
- Validation: Configurations are validated against given schema. Can throw immediately or generate a report with all errors that are found
- Multi parser support: Can register many file parsers like (json5, hjson, yaml, etc..)
You can report bugs and discuss features on the GitHub issues page
Installation
$ npm install ncfg --save
Node Compatibility
node >= 6.x
Change log
To see changelog click here
License
ncfg is available under MIT license.
0.14.0
5 years ago
0.13.4
6 years ago
0.13.3
6 years ago
0.13.2
6 years ago
0.13.1
6 years ago
0.13.0
6 years ago
0.12.1
7 years ago
0.12.0
7 years ago
0.11.1
7 years ago
0.11.0
7 years ago
0.10.0
7 years ago
0.9.2
7 years ago
0.9.1
7 years ago
0.9.0
7 years ago
0.8.2
7 years ago
0.8.1
7 years ago
0.8.0
7 years ago
0.7.0
7 years ago
0.6.0
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago
0.0.1
7 years ago