Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/launchcodedev/app-config
Easy Configuration Loader with Strict Validation
https://github.com/launchcodedev/app-config
config configuration configuration-loader javascript json-schema schema-validation typescript
Last synced: 1 day ago
JSON representation
Easy Configuration Loader with Strict Validation
- Host: GitHub
- URL: https://github.com/launchcodedev/app-config
- Owner: launchcodedev
- License: mpl-2.0
- Created: 2019-05-16T16:19:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T12:48:44.000Z (over 1 year ago)
- Last Synced: 2025-01-15T04:36:41.184Z (8 days ago)
- Topics: config, configuration, configuration-loader, javascript, json-schema, schema-validation, typescript
- Language: TypeScript
- Homepage: https://app-config.dev
- Size: 5.29 MB
- Stars: 70
- Watchers: 5
- Forks: 12
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Easy Configuration Loader with Strict Validation---
## Features
- **Schema Validation:** Avoid production typos. Write JSON Schema for your configuration, and we'll have your back.
- **Strong Typing:** Use it with TypeScript without separate validation. Types are generated based on JSON Schema constraints.
- **Powerful and Robust:** Flexible parsing extensions and file loading strategies. File merging, environment-specific values and more.
- **First Class Encryption:** Manage your secrets in version control, backed by OpenPGP. Or keep secrets out of committed files with schema validation.
- **Use Your Tools:** Don't be constrained by your tools. Export environment variables for usage in any application.
- **Multi-Format:** Write YAML, TOML, JSON, JSON5 - whatever makes most sense for you.## Using App Config
Read the [Introduction](https://app-config.dev/guide/intro/) or [Quick Start](https://app-config.dev/guide/intro/quick-start/) guides on our website.
Or, start by installing through your package manager:
```sh
yarn add @app-config/main@2
```## Contributing
Contributions are always welcome, no matter how large or small.
Substantial feature requests should be proposed as an Github issue first.
Before contributing, please read the [code of conduct](./CODE_OF_CONDUCT.md).See [Contributing](./CONTRIBUTING.md).