1.0.6 • Published 1 year ago
github-folder-downloader v1.0.6
GitHub Folder Downloader
A utility to download GitHub folders as zip files. (Node Version)
Installation
npm i github-folder-downloader
Usage
const DownloadGithubFolder = require("github-folder-downloader");
DownloadGithubFolder(
"https://github.com/AhmedHanye/Security-Plus/tree/master/Extension/dist",
"Extension",
(progress) => console.log(progress),
"./"
);