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
- Host: GitHub
- URL: https://github.com/deployable/node-deployable-config
- Owner: deployable
- Created: 2017-01-02T13:21:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T23:33:39.000Z (about 9 years ago)
- Last Synced: 2025-09-19T12:08:19.093Z (6 months ago)
- Topics: config, configuration, deployable, nodejs, npm-module
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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