1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added example

This commit is contained in:
Jaap Brasser
2019-11-09 19:24:35 -05:00
parent fc427b8f94
commit e35517a943

View File

@@ -5,6 +5,11 @@ Function to generate an index to be used in markdown files
.DESCRIPTION
This function looks at a file structure and creates a tree representation in markdown. This can be used as an index for GitHub projects, options for specifying specific file formats are included in this function
.EXAMPLE
New-GitHubMarkdownIndex
Will execute with default values and generate a markdown file, copying the results to the clipboard
#>
[cmdletbinding(SupportsShouldProcess,DefaultParametersetName='Uri')]
param(