Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

thinkjs/think-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been migrated. For ongoing updates, please see https://github.com/thinkjs/thinkjs/tree/master/packages/think-config.

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);

About

Config for ThinkJS 3.x

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors