mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 08:57:07 +00:00
14 lines
523 B
Markdown
14 lines
523 B
Markdown
[](https://travis-ci.org/robertkowalski/github-url-from-username-repo)
|
|
[](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
|
|
|
|
``` |