An open API service indexing awesome lists of open source software.

https://github.com/deployable/node-deployable-config

Application Config
https://github.com/deployable/node-deployable-config

config configuration deployable nodejs npm-module

Last synced: 6 months ago
JSON representation

Application Config

Awesome Lists containing this project

README

          

# [@deployable/config](https://github.com/deployable/node-deployable-config)

Config manager for applications

Loads default yaml config and merges environment specifics based on `NODE_ENV`

### Install

npm install @deployable/config --save

yarn add @deployable/config

### Usage

```javascript

const config = require('@deployable/config').singleton

```

### License

@deployable/config is released under the MIT license.

Copyright 2016 Matt Hoyle - code at deployable.co

https://github.com/deployable/node-deployable-config