1.0.6 • Published 10 years ago

hi-config v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

Install:

npm install hi-config -g

Example:

var config = require("hi-config");
 
config.load("./.cfg"); // optional 
 
config.set("font_size", 18);
 
console.log(config.get("font_size"));
// 18 
 
config.set("font", { font_size: 18, font_color: 'red' });
 
console.log(config.get("font"));
// { font_size: 18, font_color: 'red' } 
1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago