1.2.0 • Published 2 years ago

gitdowner v1.2.0

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

Gitdowner CLI

Download github directory from CLI with single command

demo

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