gitdowner
v1.2.0
Published
Download github directory from command line
Downloads
18
Readme
Gitdowner CLI
Download github directory from CLI with single command
Usage
Simply run with npx (nodejs must be installed locally)
npx gitdowner d <url>
Run Locally
Clone the project
git clone https://github.com/DNI9/gitdowner-cli.git
Go to the project directory
cd gitdowner-cli
Install dependencies
yarn install
Build
yarn build
output will be in build
directory
Packaging
Package the application into a single executable by running
yarn package
this will generate executable for linux and windows, output will be in the dist
directory