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

Config manager

### 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/deployable-config

