JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q54444F
  • License MIT

Configuration management library for Node.js

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

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.