guld-git-config

1.2.16 • Public • Published

guld-git-config

source issues documentation

node package manager travis-ci lgtm david-dm david-dm

Guld configuration helper manages git config files.

Install

Node
npm i guld-git-config
Browser
curl https///bitbucket.org/guld/tech-js-node_modules-guld-git-config/raw/guld/guld-git-config.min.js -o guld-git-config.min.js

Usage

// async
// assume it's empty
var cfg = await getConfig('local') // {}
cfg.core.test = true
setConfig('cfg.core.test', true)
var cfg = await getConfig('local') // {core: {test: true}}

License

MIT Copyright isysd

Dependencies (8)

Dev Dependencies (13)

Package Sidebar

Install

npm i guld-git-config

Weekly Downloads

3

Version

1.2.16

License

MIT

Unpacked Size

8.85 kB

Total Files

7

Last publish

Collaborators

  • isysd