/fetch-github-repo

Download and extract a GitHub repository from node.

Primary LanguageJavaScriptMIT LicenseMIT

GitHub Workflow Status NPM npm (scoped)

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