git-to-github-url
v1.0.0
Published
Get GitHub URL for a git repository
Downloads
10
Readme
git-to-github-url
Get GitHub URL for a git repository
Install
$ npm install git-to-github-url
Usage
const gitToGithubUrl = require('git-to-github-url');
const url = await gitToGithubUrl();
//=> 'https://github.com/vadimdemedes/ink'
API
gitToGithubUrl([cwd])
cwd
Type: string
Default: process.cwd()
Path to a git repository.
License
MIT © Vadim Demedes