You've already forked SharedScripts
mirror of
https://github.com/jaapbrasser/SharedScripts.git
synced 2025-12-24 21:51:38 +02:00
Added example
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user