@nwing/fetch-github-repo

Download and extract a GitHub repository from node.

Usage no npm install needed!

<script type="module">
  import nwingFetchGithubRepo from 'https://cdn.skypack.dev/@nwing/fetch-github-repo';
</script>

README

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