1.3.1 • Published 1 year ago
downrepo v1.3.1
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
Explanation
downrepo
accepts single arguments:
- The URL of the repository to download
Issues
If you find any issues, please open an issue on the Issues page.