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]
- Host: GitHub
- URL: https://github.com/chadnpc/gitfetcher
- Owner: chadnpc
- License: wtfpl
- Created: 2025-03-05T20:42:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:46:26.000Z (over 1 year ago)
- Last Synced: 2025-03-05T21:53:43.836Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [GitFetcher](https://www.powershellgallery.com/packages/GitFetcher)
🔥 Blazingly fast PowerShell thingy that downloads github repo folders
[](https://github.com/chadnpc/GitFetcher/actions/workflows/build_module.yaml)
[](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).