1.0.0 • Published 11 years ago
gepo v1.0.0
gepo
Get a browser-compatible url from a git remote url
Install
$ npm install gepoUsage
var repo = require('gepo')
var input = 'git@github.com:evanlucas/gepo.git'
var out = repo(input)
// => 'https://github.com/evanlucas/gepo'Global Install
$ npm install gepo
$ gepo git@github.com:evanlucas/gepo.git
# => 'https://github.com/evanlucas/gepo'Test
$ npm testCoverage
$ npm run coverLicense
MIT (See LICENSE for more info)
Author
Evan Lucas