Package Exports
- ncfg
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ncfg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 --saveNode Compatibility
- node >= 6.x
Change log
To see changelog click here
License
ncfg is available under MIT license.
