@nwing/fetch-github-repo
v1.0.2
Published
Download and extract a GitHub repository from node.
Downloads
3
Maintainers
Readme
Fetch Github Repo
Download and extract a GitHub repository from node.
Installation
$ npm @nwing/fetch-github-repo
Usage
import fetchGithubRepo from '@nwing/fetch-github-repo';
(async ()=> {
await fetchGithubRepo('NimbleWing/fetch-github-repo', '.');
})();
License
MIT