github-repo-from-config
Parse the github repo from .git/config
.
Example
var parse = ;var fs = ; var config = fs;var info = ;// => {// "account": "micnews",// "repo": "github-repo-from-config",// "path": "micnews/github-repo-from-config"// }
Installation
$ npm install github-repo-from-config
License
MIT