Skip to content

mariushab/github-download-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Downloads a github repository via command line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published