Load your configs, merge into one json file
configd source1 source2 protocol://source3 ... destination
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 |
- Add plugin support
- Accomplish mongo router
MIT