d-github

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i d-github

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

5.54 kB

Total Files

11

Last publish

Collaborators

  • impulss97