/indexer

Library to extract, embed, and index Vue component snippets

Primary LanguageTypeScript

GitHub Repository Cloner

A Node.js script for cloning GitHub repositories.

Installation

pnpm install

Usage

# Build the TypeScript code
pnpm build

# Run the script with a GitHub repository URL
node dist/github-cloner.js vuetifyjs/vuetify

Features

  • Clone GitHub repositories from command line
  • Simple and straightforward usage
  • Error handling and validation

Requirements

  • Node.js >=20.0.0
  • Git installed on the system