Skip to content

Releases: souvikinator/gh-retrieve

v1.1.2

12 Apr 06:10
Compare
Choose a tag to compare

fixed empty git repo bug

v1.1.1

07 Apr 18:01
Compare
Choose a tag to compare
  • v1.1.0:

    • Breaking changes

    now users have the choices to select the type of download.

    • recursiveDownload(options): doesn't require github to the installed in the users device and also is limited by github api limits i.e 60 requests/hour a repo.

    • sparseDownload(options): requires git to be installed and it maintains the git workflow of the target repository but downloading only the target directory.

    choice is yours ;)

checkout README for usage details

No file content downloading fix

31 Mar 03:34
Compare
Choose a tag to compare
v1.0.2

fixed no content download bug

Minor bug fix

30 Mar 20:21
Compare
Choose a tag to compare

fixed minor directory bug where the files get downloaded along with the path of the repo and target directory

First Version

30 Mar 19:02
Compare
Choose a tag to compare

Initial push. Read README.md for usage guide.