git-url-prettify

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i git-url-prettify

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bukinoshita