0.14.0 • Published 4 years ago

ncfg v0.14.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago


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.

0.14.0

4 years ago

0.13.4

4 years ago

0.13.3

5 years ago

0.13.2

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago