gh-dl
v0.1.1
Published
download folder from github without cloning the whole repository
Downloads
21
Readme
GH-DL
A simple CLI tool allowing you to download a single folder from GitHub without cloning the whole repository.
Installation
npm install -g gh-dlUsage
gh-dl https://github.com/user/repo/tree/branch/path/to/a/folderNote
If you get an error like this:
svn: E230001: Server SSL certificate verification failed: issuer is not trusted
run svn list [the logged URL] and accept the certificate permanently.
Credit
Inspired by this SO answer.
