Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeocodes/github-clone
Download or clone a git repository from Node
https://github.com/lukeocodes/github-clone
bitbucket download extract github gitlab repo repository tar tarball
Last synced: 14 days ago
JSON representation
Download or clone a git repository from Node
- Host: GitHub
- URL: https://github.com/lukeocodes/github-clone
- Owner: lukeocodes
- License: mit
- Created: 2022-02-22T22:03:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T11:55:37.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:09:02.964Z (8 months ago)
- Topics: bitbucket, download, extract, github, gitlab, repo, repository, tar, tarball
- Language: TypeScript
- Homepage:
- Size: 534 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub Clone
Clone a GitHub repository from Node.
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/lukeocodes/github-clone/CI.yml?event=push)
![Coveralls branch](https://img.shields.io/coverallsCoverage/github/lukeocodes/github-clone?branch=main)## Installation
```sh
$ npm install @lukeocodes/github-clone
# yarn add @lukeocodes/github-clone
```## Credit
A continuation of the effectively abandoned[\*](https://gitlab.com/flippidippi/download-git-repo/-/issues/63) package [download-git-repo](https://www.npmjs.com/package/download-git-repo). Git history maintained for posterity. Questions taken as issues.
# Contributors
Would you like to contribute to this project? Check out our [contributing guide](./.github/CONTRIBUTING.md).
Made with [contrib.rocks](https://contrib.rocks).