1.0.0 • Published 7 years ago

git-to-github-url v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

git-to-github-url Build Status

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