Prettify git url
$ npm install --save git-url-prettify
const gitUrlPrettify = require('git-url-prettify')
gitUrlPrettify('bukinoshita/git-url-prettify')
// => https://github.com/bukinoshita/git-url-prettify.git
returns a string
.
Type: string
Required
Type: object
Type: string
Default: https
Options: https
or ssh
- git-synced — 🎐 Keep a fork up to date
- del-git-index — Safely delete index.lock of the current project
- repo-exist — Checks if GitHub repository exist
- gopn — Open GitHub repositories
- is-github-repo — Checks if string is a git repository
- git-url-uglify — Uglify git url
MIT © Bu Kinoshita