8000 feat: Add GitRepo Zip Fetcher functionality to download GitHub reposi… · chinxcode/github-repo-downloader@ba169ea · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit ba169ea

Browse files
committed
feat: Add GitRepo Zip Fetcher functionality to download GitHub repositories as ZIP files
1 parent 2f176a4 commit ba169ea

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 🚀 GitRepo Zip Fetcher
2+
3+
Effortlessly download GitHub repositories and folders as ZIP files with just a few clicks! 🖱️
4+
5+
## ✨ Features
6+
7+
- 📦 Fetch entire GitHub repos or specific folders
8+
- 🗜️ Download repositories as ZIP files
9+
- 🔒 Support for both public and private repositories
10+
- 🔑 Optional GitHub Personal Access Token integration
11+
- 📊 Real-time progress tracking
12+
- 📱 Responsive design for all your devices
13+
14+
## 🚀 How to Use
15+
16+
1. 🌐 Open the app in your favorite web browser
17+
2. 📝 Enter a GitHub repository URL
18+
3. 🔑 (Optional) Click "Use Token" to enter your GitHub Personal Access Token
19+
4. 🚀 Hit the "Fetch" button or press Enter
20+
5. 📊 Watch the progress in the status output area
21+
6. 💾 When it's done, your ZIP file will start downloading automatically!
22+
23+
## 🛠️ Dependencies
24+
25+
- [JSZip](https://stuk.github.io/jszip/): ZIP file wizardry 🧙‍♂️
26+
- [FileSaver.js](https://github.com/eligrey/FileSaver.js/): Download magic 🪄
27+
- [Octokit](https://github.com/octokit/octokit.js): GitHub API sorcery 🔮
28+
29+
## 📝 Note
30+
31+
Your privacy is our top priority! 🛡️ This app runs entirely in your browser and doesn't collect or send any personal data. All operations happen on your device for maximum security. 🔒
32+
33+
Enjoy fetching your GitHub repositories with ease! 🎉

0 commit comments

Comments
 (0)
0