0.0.2 • Published 7 years ago

git-url-prettify v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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