0.0.3-rc.3 • Published 4 years ago

@golevelup/ts-config v0.0.3-rc.3

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

@golevelup/ts-config

Features

  • Load configuration from .env files or json files automatically with hierarchical overriding
  • Easily control which configuration files get loaded based on your Node Environment
  • Built in support for Validation of different types
  • Intellisense and Type Safety
  • Simple testing utilties for when you want to mock your configuration

Usage

Install

npm install ---save @golevelup/ts-config

or

yarn add @golevelup/ts-config