1.0.6 • Published 1 year ago

github-folder-downloader v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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),
  "./"
);
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago