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