InstallModuleFromGit icon indicating copy to clipboard operation
InstallModuleFromGit copied to clipboard

Helps installing modules directly from GitHub or Azure DevOps

Results 11 InstallModuleFromGit issues
Sort by recently updated
recently updated
newest added

Hello, I found your repo after not being able to get dfinkle's one to work - though the idea is super promising! And I can get your module installed with...

`(Get-GitModule 'https://github.com/riedyw/PoshFunctions.git').Name` returns PoshFunctions.git, which means the end of the module path ends as _Modules/_***PoshFunctions.git*** - however, I'd prefer it to be _Modules/_***PoshFunctions*** instead. Since `-DestinationPath` is only for specifying...

you can download zip also from ADO test how it works with branches

enhancement

at the moment whatever is passed at the end will be folder name, even if it is not valid name for example, module `PowerShellGet` has ProjectUri this one `https://go.microsoft.com/fwlink/?LinkId=828955` and...

bug

For example https://github.com/devblackops/Terminal-Icons module manifest is not in the root but in the Terminal-Icons directory `https://github.com/devblackops/Terminal-Icons/blob/master/Terminal-Icons/Terminal-Icons.psd1`

enhancement

Add parameter `[string]$ManifestPath` which will resolve the cases when there is more than one psd1 (or psm1) in target repository.

enhancement

- implement external help for module - test it - mention in readme how to update help

documentation

A function similar to Get-GitModule, just adopted for GitHub. It should not use git client for downloading, but a zip file.

enhancement