One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| <# | |
| .Synopsis | |
| Converts a PowerShell object to a Markdown table. | |
| .EXAMPLE | |
| $data | ConvertTo-Markdown | |
| .EXAMPLE | |
| ConvertTo-Markdown($data) | |
| #> | |
| Function ConvertTo-Markdown { | |
| [CmdletBinding()] |
| Function GenerateScriptDocumentationInMarkdown { | |
| <# | |
| .Synopsis | |
| Generates documentation for a folder-full of scripts using the integrated Get-Help CMDlets. | |
| .Description | |
| Generates a .markdown documentat for each PS1 script in a folder which has the necessary headers required by Get-Help. Also generates an index document which lists (and links to) all generated documentats. Each file name is preceeded with "script_ps1_" so that they are listed together when viewing the Wiki documents. | |
| .Parameter SourceScriptFolder | |
| Source folder where the scripts are located |
| # Simple environment setup script | |
| # Install Applications | |
| choco install fiddler4 | |
| choco install notepadplusplus | |
| choco install visualstudiocode | |
| choco install greenshot | |
| choco install GoogleChrome | |
| choco install putty | |
| choco install ccleaner |