Private/Wissen/A02_Templates.ps1

# ? TITEL PowerShell Templates
# ? DESCRIPTION Div. hilfreiche Templates für das einfache Arbeiten in der PowerShell und Visual Studio Code
# ? TAGS Template Prolog Übung
# ? VERSION 2019.11.08

# ? Denkbar implementieren von Snippets auf globale Ebene
# https://code.visualstudio.com/docs/editor/userdefinedsnippets
# Join-Path -Path $env:APPDATA -ChildPath \Code\User\snippets\powershell.json
# TODO in die AKPT.psm1 einarbeiten
# ? ... oder auf Workspace Ebene siehe dazu
Get-Content .\.vscode\my.code-snippets

#region TEMPLATE Prolog

# ? TITEL
# ? DESCRIPTION
# ? TAGS
# ? VERSION

#endregion

#region TEMPLATE Aufbau Wissens-Seite.ps1

# TODO Weiterführende und Nachschlage-Informationen

<# TODO Übung NUMMER (THEMA)
        ? A)
        ? B)
        ? C)
        ? D)
        ? E)
        ? F)
        ? G)
        ? H)
        ? I)
        ! TIPPS
        * MUSTERLÖSUNG
#>


#endregion