packagegitconfig
1.0.0 • Public • Published
packagegitconfig
find the git folder for your package and parse the .git/config file into a useful data structure. also adds the github web url for the repo.
example
var gitconfig = require('packagegitconfig');
gitconfig('./',function(err,config){
console.log(config);
});
Package Sidebar
Install
Weekly Downloads