Get GitHub URL for a git repository
$ npm install git-to-github-url
const gitToGithubUrl = require('git-to-github-url');
const url = await gitToGithubUrl();
//=> 'https://github.com/vadimdemedes/ink'
Type: string
Default: process.cwd()
Path to a git repository.
MIT © Vadim Demedes