/readme-conf

README.md based configuration (this is the really stupid sketch of idea)

Primary LanguageJavaScript

readme-conf

README.md based configuration (this is the really stupid sketch of idea)

Usage

var readmeConf = require('./')(__dirname+'/README.md');

readmeConf('#name',function(v){
  console.log('NAME is `'+v+'`');
});

THIS IS CONFIGURATION

nbqx