@aboutkh/cfg
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @aboutkh/cfg

Weekly Downloads

5

Version

0.1.3

License

Apache-2.0

Unpacked Size

20.5 kB

Total Files

26

Last publish

Collaborators

  • khanghua1505