0.0.2 • Published 7 years ago

git-url-uglify v0.0.2

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

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