RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Add Git dependency type #8

Closed RamblingCookieMonster closed 8 years ago

RamblingCookieMonster commented 8 years ago

Add Git dependency type and supporting code.

PSDepend simple syntax ( key = "string" vs. key = @{} ) will now default to GitHub repos if we see a \, PSGalleryModules otherwise. This same code also allows using fully qualified git clone URLs as the name, without specifying a DependencyType.

At the moment, we use Version as the value for a git checkout, allowing you to checkout a specific branch, commit, or even a tag. (tags:tagname).