https://github.com/FriedrichWeinmann/PowerShellForGitHub.Content
Improved repository content enumeration / scanning for PowerShellForGitHub
https://github.com/FriedrichWeinmann/PowerShellForGitHub.Content
Last synced: 4 months ago
JSON representation
Improved repository content enumeration / scanning for PowerShellForGitHub
- Host: GitHub
- URL: https://github.com/FriedrichWeinmann/PowerShellForGitHub.Content
- Owner: FriedrichWeinmann
- License: mit
- Created: 2022-04-21T07:20:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T19:40:01.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T00:32:30.980Z (11 months ago)
- Language: PowerShell
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - FriedrichWeinmann/PowerShellForGitHub.Content - Improved repository content enumeration / scanning for PowerShellForGitHub (PowerShell)
README
# PowerShellForGitHub.Content
Lightweight addon to the [PowerShellForGitHub](https://github.com/microsoft/PowerShellForGitHub) module.
It is designed to enable easy access to repository content in a format useful to the [PSAzureMigrationAdvisor](https://github.com/FriedrichWeinmann/PSAzureMigrationAdvisor) module.## Installation
```powershell
Install-Module 'PowerShellForGitHub.Content' -Scope CurrentUser
```## Use
Retrieve all PowerShell script files from _all_ repositories under FriedrichWeinmann
```powershell
Get-GithubRepositoryFile -Organization FriedrichWeinmann -Name *.ps1,*psm1
```## Note
In order to avoid throttling issues, make sure to authenticate first following the guidance on [PowerShellForGitHub](https://github.com/microsoft/PowerShellForGitHub).