# github-repo-url [![NPM version](https://badge.fury.io/js/github-repo-url.png)](http://badge.fury.io/js/github-repo-url)

> Extract a GitHub project's URL from its git repository URL.

## Install
Install with [npm](npmjs.org):

```bash
npm i github-repo-url --save-dev
```


## Usage

```js
var repoUrl = require('github-repo-url');
console.log(repoUrl);
//=> https://github.com/jonschlinkert/github-repo-url
```

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License
Copyright (c) 2014 Jon Schlinkert, contributors.  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on April 04, 2014._