0.1.1 • Published 7 years ago

gh-dl v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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-dl

Usage

gh-dl https://github.com/user/repo/tree/branch/path/to/a/folder

Note

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.

0.1.1

7 years ago

0.1.0

7 years ago