Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ScoopInstaller/GitCloner

A small helper script that clones a Git repository
https://github.com/ScoopInstaller/GitCloner

scoop scoop-helper

Last synced: 3 months ago
JSON representation

A small helper script that clones a Git repository

Awesome Lists containing this project

README

        

# GitCloner

A small script that clones a Git repository to a target directory without requiring a complete installation of Git.

This is a helper script for [Scoop](https://scoop.sh), the Windows command-line installer.

# Usage

```pwsh
.\gitcloner.ps1 -Repository 'https://github.com///' -Directory '.\test-repo'
```