@rodbe/config-module
v1.0.2
Published
Write your configuration files for node.js in yaml
Downloads
2
Readme
@rodbe/config-module
Write your configuration files for node.js in yaml
Installation
npm i @rodbe/config-module
Structure files
.
├── config
│ ├── config.prod.yml
│ ├── config.dev.yml
│ ├── config.local.yml
│ └── config.<environment>.yml
├── package.json
└── src
└── index.ts
Usage
TODO