/git-url-prettify

Prettify git url

Primary LanguageJavaScript

git-url-prettify Build Status

Prettify git url

Install

$ npm install --save git-url-prettify

Usage

const gitUrlPrettify = require('git-url-prettify')

gitUrlPrettify('bukinoshita/git-url-prettify')
// => https://github.com/bukinoshita/git-url-prettify.git

API

gitUrlPrettify(repo, [options])

returns a string.

repo

Type: string
Required

options

Type: object

type

Type: string
Default: https
Options: https or ssh

Related

License

MIT © Bu Kinoshita