UNPKG

git-ripper

Version:

CLI tool that lets you download specific folders from GitHub repositories without cloning the entire repo.

5 lines (3 loc) 90 B
#!/usr/bin/env node import { initializeCLI } from '../src/index.js'; initializeCLI();