1.0.6 • Published 2 years ago

d-github v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub Directory Downloader

This CLI tool allows for the quick downloading of an entire GitHub directory's contents directly to your local machine.

Installation

To install this tool, run:

npm install -g d-github

Usage

To download a directory from GitHub, execute:

d-github <GitHub URL> [--output <path>]
  • <GitHub URL>: The full URL of the GitHub directory you wish to download.
  • --output, -o: Specify the output directory where the downloaded content will be saved. If not specified, content will be saved in the current directory.

Examples

Downloading a directory to the current directory:

d-github https://github.com/username/repo/tree/branch/path/to/directory

Specify an output directory:

d-github https://github.com/username/repo/tree/branch/path/to/directory --output ./myDirectory
1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago