@nortex/config
v3.0.0
Published
A standardized way to parse various configuration files in your project.
Downloads
26
Readme
nconfig
A standardized way to write type-safe, validated configs.
Supported config languages:
jsonyamltoml
Usage:
You're going to need zod for validation, which is a peer dependency of this package.
Install the package with your favorite package manager:
$ npm install @nortex/config