1.0.0 • Published 7 years ago

github-download-cli v1.0.0

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

github-download-cli

This package lets you download a github repository (even private ones) from your command line. This is especially useful if you have a private github repository, but not private npm packages.

Installation

npm i github-download-cli -g or npm install github-download-cli -g

Usage

Run the following in your terminal to download a GitHub repository.

ghdl <repositoryPath>

For example, to download facebook's react simply type

ghdl facebook/react

Use the --help flag to see all options:

ghdl --help or ghdl -h