pkg-json-git-repo
v0.1.1
Published
Get the Git repo out of a package.json
Downloads
2
Maintainers
Readme
pkg-json-git-repo
Get the Git repo out of a package.json.
Installation
npm install pkg-json-git-repo
Usage
const pkgJsonGitRepo = require('pkg-json-git-repo');
pkgJsonGitRepo('/path/to/package.json')
.then(console.log)
.catch(console.error);
// git+https://github.com/alefteris/pkg-json-git-repo.git