0.1.7 • Published 2 years ago

@pitch45/env-manifest v0.1.7

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

Dotenv (.env) File Manifest Parser

This library defines a YAML format for sourcing .env file values from a data store of your choice

YAML format Example

Input YAML file:

---
version: 1
configurations:
  -
    key: MY_FOO_KEY
    valueFrom: foo-key
    description: "This is a really important value"
    defaultValue: bar

Intended output .env file:

# This is a really important value
MY_FOO_KEY=bar

More Info

See the typings for ManifestRecord and ConfigStore

0.1.7

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago