Skip to content

heinzelmannchen/heinzelmannchen-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heinzelmannchen-config

This module handles the configuration of heinzelmannchen. It uses rc to obtain the nearest configfile.

Usage

sample config

{
    key: 'value',
    array: [1, 2, 3],
    sub: {
        key: 'anOtherValue'
    }
}
var config = require('heinzelmannchen-config');

config.get('key'); // value
config.get('sub.key'); // anOtherValue

About

Adapter for rc configuration of the heinzelmannchen-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published