JSPM

cno-config-manager

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

Yet another simple but robust config manager for NodeJS.

Package Exports

  • cno-config-manager

Readme

cno-config-manager

standard-readme compliant Semantic Versioning 2.0.0 Conventional Commits License

Yet another simple but robust config manager for NodeJS.

Table of Contents

Background

Install

Example using pnpm:

pnpm add --save cno-config-manager

It can, of course, also be installed by npm or Yarn using the normal methods.

Usage

import ConfigManager from 'cno-config-manager';

ConfigManager.prepare( options );

API

Contributing

Changes are tracked in CHANGELOG.md.

License

MIT ©2022 Anadian

SEE LICENSE IN LICENSE

Creative Commons LicenseThis project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.