@geut/git-url-parse
Advanced tools
Function to parse a git url and generates template url for the git compare preview.
Weekly downloads
Changelog
[3.2.6] - 2021-12-23
Readme
Function to parse a git url and generates template url for the git compare preview.
Since v3.0 this module is ESM only.
npm install @geut/git-url-parse
import { gitUrlParse } from '@geut/git-utl-parse'
console.log(await gitUrlParse({ url: 'https://github.com/geut/chan' }));
gitUrlParse (options)
Function to parse a git url and generates template url for the git compare preview.