configd

0.1.1 • Public • Published

configd

Load your configs, merge into one json file

NPM version Build Status

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

/configd/

    Package Sidebar

    Install

    npm i configd

    Weekly Downloads

    7

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • sailxjx