0.2.1 • Published 10 years ago

github-repo-url v0.2.1

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

github-repo-url NPM version

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.