A Node.js script for cloning GitHub repositories.
pnpm install
# Build the TypeScript code
pnpm build
# Run the script with a GitHub repository URL
node dist/github-cloner.js vuetifyjs/vuetify
- Clone GitHub repositories from command line
- Simple and straightforward usage
- Error handling and validation
- Node.js >=20.0.0
- Git installed on the system