Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NorteX-dev/nconfig

A standardized way to write type-safe, validated configs.
https://github.com/NorteX-dev/nconfig

config config-management configuration nodejs

Last synced: 3 months ago
JSON representation

A standardized way to write type-safe, validated configs.

Awesome Lists containing this project

README

        

## nconfig

A standardized way to write type-safe, validated configs.

### Supported config languages:

- `json`
- `yaml`
- `toml`

### 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:

```sh
$ npm install @nortex/config
```