summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/github-url-from-username-repo/README.md
blob: 27c4054b26402f16ebcdc1fbe9f247c21a4a3732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![Build Status](https://travis-ci.org/robertkowalski/github-url-from-username-repo.png?branch=master)](https://travis-ci.org/robertkowalski/github-url-from-username-repo)
[![Dependency Status](https://gemnasium.com/robertkowalski/github-url-from-username-repo.png)](https://gemnasium.com/robertkowalski/github-url-from-username-repo)


# github-url-from-username-repo

## Usage

```javascript

var getUrl = require("github-url-from-username-repo")
getUrl("visionmedia/express") // git://github.com/visionmedia/express

```