Igor

Results 11 issues of Igor

**Is your feature request related to a problem? Please describe.** No, not related to problem **Describe the solution you'd like** I would like to have an option to quickly differentiate...

good first issue
feature request

Steps to reproduce ------------------ Create a script equivalent to New-MarkdownHelp [example 1](https://github.com/PowerShell/platyPS/blob/master/docs/New-MarkdownHelp.md#example-1-create-help-from-a-command), name it `Example1.ps1` and execute it. ```PowerShell # Example1.ps1 function Command03 {param([string]$Value)} New-MarkdownHelp -Command "Command03" -OutputFolder ".\docs" ```...

Documentation Needed

Please add basic information on how to contribute to this project. Namely I got slightly confused on how can I run Pester tests on my own computer before submitting something?

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