git-url-uglify

0.0.2 • Public • Published

git-url-uglify Build Status

Uglify git url

Install

$ npm install --save git-url-uglify

Usage

const gitUrlUglify = require('git-url-uglify')
 
gitUrlUglify('https://github.com/bukinoshita/git-url-uglify.git')
// => { owner: 'bukinoshita', repository: 'git-url-uglify' }

API

gitUrlUglify(repo)

returns an object.

repo

Type: string
Required

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
    0

Package Sidebar

Install

npm i git-url-uglify

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bukinoshita