1.1.3 • Published 3 years ago

think-config v1.1.3

Weekly downloads
304
License
MIT
Repository
github
Last release
3 years ago

think-config

Config manager for ThinkJS 3.x

How to use

npm install think-config
const Config = require('think-config');
const instance = new Config(config);
instance.get('name'); 
instance.get('foo.bar');
instance.get(); // get all config
instance.get('name', otherConfig);

instance.set('name', value);
instance.set('foo.bar', value);
1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago