Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/NorteX-dev/nconfig
- Owner: NorteX-dev
- Created: 2024-04-20T22:09:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:18:43.000Z (6 months ago)
- Last Synced: 2024-05-22T11:49:13.049Z (6 months ago)
- Topics: config, config-management, configuration, nodejs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@nortex/config
- Size: 49.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```