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

https://github.com/chadnpc/gitfetcher

downloads github repo folders [wip]
https://github.com/chadnpc/gitfetcher

Last synced: 8 months ago
JSON representation

downloads github repo folders [wip]

Awesome Lists containing this project

README

          


# [GitFetcher](https://www.powershellgallery.com/packages/GitFetcher)

🔥 Blazingly fast PowerShell thingy that downloads github repo folders

[![Build Module](https://github.com/chadnpc/GitFetcher/actions/workflows/build_module.yaml/badge.svg)](https://github.com/chadnpc/GitFetcher/actions/workflows/build_module.yaml)
[![Downloads](https://img.shields.io/powershellgallery/dt/GitFetcher.svg?style=flat&logo=powershell&color=blue)](https://www.powershellgallery.com/packages/GitFetcher)

## Usage

```PowerShell
Install-Module GitFetcher
```

then

```PowerShell
Import-Module GitFetcher
# do stuff here.
GitFetcher --url='https://github.com/user/repository' --out='~/output' --auth='b64 bearer token or username:password'
```

## License

This project is licensed under the [WTFPL License](LICENSE).