Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ScoopInstaller/GitCloner
- Owner: ScoopInstaller
- License: mit
- Created: 2019-04-23T15:32:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T12:08:49.000Z (over 5 years ago)
- Last Synced: 2024-08-06T06:08:52.599Z (3 months ago)
- Topics: scoop, scoop-helper
- Language: PowerShell
- Size: 8.79 KB
- Stars: 15
- Watchers: 14
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ScoopInstaller/GitCloner - A small helper script that clones a Git repository (PowerShell)
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'
```