ncfg

0.14.0 • Public • Published

NPM Version NPM Downloads Build Status Test Coverage

Dependencies DevDependencies Package Quality

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.

Package Sidebar

Install

npm i ncfg

Weekly Downloads

0

Version

0.14.0

License

MIT

Unpacked Size

25.7 kB

Total Files

7

Last publish

Collaborators

  • erayhanoglu