nbqx / readme-conf

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%