gepo

1.0.0 • Public • Published

gepo

Build Status

Get a browser-compatible url from a git remote url

Install

$ npm install gepo

Usage

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 test

Coverage

$ npm run cover

License

MIT (See LICENSE for more info)

Author

Evan Lucas

Package Sidebar

Install

npm i gepo

Weekly Downloads

79

Version

1.0.0

License

MIT

Last publish

Collaborators

  • eh
  • evanlucas