config-ts

Config on typescript

CC-BY-4.0 License

Downloads
30
Stars
0
Committers
1

Config

Features

  • Native Typescript with Bun
  • Typed config check
  • Cache

Usage

Minimal example:

Predefined config files:

  • config.yaml
  • config/project.yaml
  • local.yaml

Secure and sensitive data

Use external services for such information πŸ‘·β€β™‚οΈβœ‹βš οΈ Do not save sensitive information to a file in the repository, even if it in the gitignore file. ⚠️ πŸ™…

Examples:

  • local: gpg/pass,
  • cloud: GSM (Google Secret Manager).

License

This work is licensed under a Creative Commons Attribution 4.0 International License.