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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    1

Package Sidebar

Install

npm i git-url-prettify

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bukinoshita