Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 732 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 732 Bytes

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.