Skip to content

Downrepo, Download any public repo, sub-directory and any specific file..

License

Notifications You must be signed in to change notification settings

vgseven/downrepo

Repository files navigation

DOWNREPO

downrepo is an simple CLI tool to download any github repo but specifically designed for downloading sub-directories just because git clone doesn't allow us to download sub-directories..

Installation

bun install -g downrepo
pnpm install -g downrepo
npm install -g downrepo
yarn install -g downrepo

Usage

$ downrepo https://github.com/vgseven/templates/tree/main/next/next-general general

Explanation

downrepo accepts two arguments:

  1. The URL of the repository to download
  2. The folder name to download the repository to

Issues

If you find any issues, please open an issue on the Issues page.