0.1.3 • Published 6 months ago

@aboutkh/cfg v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

YAML Configuration (beta)

YAML Tags

!include

Include yaml/json/text from another resources.

Supports:

  • Get file from local machine.
  • Get file from the internet via http or https request.
  • Get file from AWS S3.

For example:

localFile: !include config/example.com
s3File: !include s3://bucket/s3_object_key
httpFie: !include https://example.com/example.yaml
0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago