configd
v0.1.1
Published
Load your configs, merge into one json file
Downloads
3
Readme
configd
Load your configs, merge into one json file
Usage
configd source1 source2 protocol://source3 ... destination
Readers pattern
| Reader | Pattern | Example |
|:-----------|:-------------------|:-------------------------------------------------------------------|
| http/https | /^http(s)?:\/\//
| http://localhost:3333/http.json
|
| ssh | /^ssh\:\/\//
| ssh://user@host:~/ssh.json
|
| git | /^git\:\/\//
| git://https://github.com/teambition/configd:test/assets/git.json
|
| local | /.*/
| ./assets/ext.js
|
Changelog
0.1.0
- Add plugin support
TODO
- Accomplish mongo router
LICENSE
MIT