Skip to content

This PowerShell function will download Github files without using Git

License

Notifications You must be signed in to change notification settings

MSAdministrator/GetGithubRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GetGithubRepository

This PowerShell function will download Github files without using Git

Synopsis

This function will download a Github Repository without using Git

DESCRIPTION

This function will download files from Github without using Git. You will need to know the Owner, Repository name, branch (default master), and FilePath. The Filepath will include any folders and files that you want to download.

EXAMPLE

   Get-GithubRepository -Owner MSAdministrator -Repository WriteLogEntry -Verbose -FilePath `
        'WriteLogEntry.psm1',
        'WriteLogEntry.psd1',
        'Public',
        'en-US',
        'en-US\about_WriteLogEntry.help.txt',
        'Public\Write-LogEntry.ps1'

About

This PowerShell function will download Github files without using Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published