

Typeconf
A Typescript tool to write configs with types. Manage your configs as code. Remove type errors, make configs easily shareable. Tool is installable via NPM, can be adopted incrementally!.
Cost / License
- Free
- Open Source
Platforms
- Self-Hosted
- Typescript
- npm
- JavaScript
Features
- NPM
- Support for Typescript
- Configuration Management
Tags
- typescript
- schema-validation
- configuration-tool
- Developer Tools
- type-safety
Typeconf information
What is Typeconf?
Every developer deals with configs every day. We have a lot of different formats and storages, and it's quite messy. In a growing product developers sometimes have to deal with large configs, usually JSONs or YAMLs, which are managed differently for each environment or experiment. Doing this is not fun, and it's hard to avoid errors.
This is where Typeconf helps — it you to define and share complex configs using types. With Typeconf you manage a config directory — a package with config schemas and values that should become your source of truth for all service configuration. Using Typeconf SDK, you can read the generated JSONs in your code with types.

