https://github.com/bukinoshita/git-url-uglify
Uglify git url
https://github.com/bukinoshita/git-url-uglify
git github javascript node nodejs uglify url
Last synced: about 1 month ago
JSON representation
Uglify git url
- Host: GitHub
- URL: https://github.com/bukinoshita/git-url-uglify
- Owner: bukinoshita
- Created: 2017-06-23T01:00:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:37:35.000Z (almost 7 years ago)
- Last Synced: 2025-08-09T07:06:27.518Z (10 months ago)
- Topics: git, github, javascript, node, nodejs, uglify, url
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-url-uglify [](https://travis-ci.org/bukinoshita/git-url-uglify)
> Uglify git url
## Install
```
$ npm install --save git-url-uglify
```
## Usage
```js
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
- [git-synced](https://github.com/bukinoshita/git-synced) — 🎐 Keep a fork up to date
- [del-git-index](https://github.com/bukinoshita/del-git-index) — Safely delete index.lock of the current project
- [repo-exist](https://github.com/bukinoshita/repo-exist) — Checks if GitHub repository exist
- [gopn](https://github.com/bukinoshita/gopn) — Open GitHub repositories
- [is-github-repo](https://github.com/bukinoshita/is-github-repo) — Checks if string is a git repository
- [git-url-prettify](https://github.com/bukinoshita/git-url-prettify) — Prettify git url
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)