
Extract a GitHub project's URL from its git repository URL.
Install with npm:
npm i github-repo-url --save-dev
var repoUrl = require('github-repo-url');
console.log(repoUrl);
//=> https://github.com/jonschlinkert/github-repo-url
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on April 04, 2014.