1.1.3 • Published 5 years ago

lvcnf v1.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

lvcnf

A library for live configuration changes.


Installation

npm i lvcnf

Usage

const Conf = require('lvcnf')

const config = new Conf(initialConfig)

config.get('foo.bar.baz')
config.set('foo.bar.baz.quux', 'whatever')
config.delete('foo.bar')
config.merge(someNewConfigObject) // merges with current config
config.overwrite(someNewConfigObject) // overwrites
config.get() // => all config

License

MIT

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago