Config management library for Node.js with support for multiple environments, config files, environment variables and plugins
Note
Looking for v1? You can find it under the v1
branch.
- config-dug: Config Dug core library
- @config-dug/script-cjs: CJS test script
- @config-dug/script-cjs-ts: TypeScript CJS test script
- @config-dug/script-esm: ESM test script
- @config-dug/script-esm-ts: TypeScript ESM test script
- @config-dug/service-cjs-ts-tsyringe: TypeScript CJS test service with TSyringe
- @config-dug/service-esm-ts: TypeScript ESM test service
- Increment the version number in
package.json
in the package you want to publish (not thepackage.json
in the project root) - Run
npm publish --tag next
in the package your want to publish (not in the project root)
MIT