From e35517a943aea58591ae0c5b03da2d90add41151 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sat, 9 Nov 2019 19:24:35 -0500 Subject: [PATCH] Added example --- New-GitHubMarkdownIndex/New-GitHubMarkdownIndex.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/New-GitHubMarkdownIndex/New-GitHubMarkdownIndex.ps1 b/New-GitHubMarkdownIndex/New-GitHubMarkdownIndex.ps1 index 69d9929..f45aa85 100644 --- a/New-GitHubMarkdownIndex/New-GitHubMarkdownIndex.ps1 +++ b/New-GitHubMarkdownIndex/New-GitHubMarkdownIndex.ps1 @@ -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(