$ cnpm install github-url-from-username-repo
Get's the url normalized for npm.
If forBrowser is true, return a GitHub url that is usable in a webbrowser.
var getUrl = require("github-url-from-username-repo")
getUrl("visionmedia/express") // https://github.com/visionmedia/express
Copyright 2013 - present © cnpmjs.org | Home |