1.0.0 • Published 10 months ago

clone-md-backend v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

clone-md-backend

This is a command-line tool for cloning or downloading GitHub repositories.

Installation

npm install -g clone-md-backend

Usage

clone-md-backend <owner/repo> [options]

Options:

  • -b, --branch <branch>: Specify a branch to clone (default: 'main')
  • -d, --directory <directory>: Specify the directory to clone into (default: current directory)
  • --download: Download as zip instead of cloning
  • -t, --token <token>: GitHub personal access token for private repos
  • --no-git: Download repository contents without .git folder

Examples

Clone a repository:

clone-md-backend Metadots/backend-structure -b test -d ./my-backend-structure -t YOUR_GITHUB_TOKEN

Download repository contents without .git folder:

clone-md-backend Metadots/backend-structure -b test -d ./my-backend-structure -t YOUR_GITHUB_TOKEN --no-git

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

10 months ago