Add convert-ps2md.ps1

This commit is contained in:
Markus Fleschutz 2021-08-28 12:39:05 +02:00
parent 48ea2d6fe6
commit e178405018
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ configure-git.ps1, sets up the Git user configuration
convert-csv2txt.ps1, converts the given CSV file into a text list
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file
convert-ps2bat.ps1, converts PowerShell script(s) to .bat files
convert-ps2md.ps1, converts the comment-based help of a PowerShell script to Markdown
convert-sql2csv.ps1, converts the SQL database table to a CSV file
convert-txt2wav.ps1, converts text into a audio .WAV file
create-branch.ps1, creates a new branch in the current/given Git repository

1 Script Description
56 convert-csv2txt.ps1 converts the given CSV file into a text list
57 convert-mysql2csv.ps1 converts the MySQL database table to a CSV file
58 convert-ps2bat.ps1 converts PowerShell script(s) to .bat files
59 convert-ps2md.ps1 converts the comment-based help of a PowerShell script to Markdown
60 convert-sql2csv.ps1 converts the SQL database table to a CSV file
61 convert-txt2wav.ps1 converts text into a audio .WAV file
62 create-branch.ps1 creates a new branch in the current/given Git repository

View File

@ -187,6 +187,7 @@ Mega Collection of PowerShell Scripts
🔎 Scripts for PowerShell
------------------------
* [convert-ps2bat.ps1](Scripts/convert-ps2bat.ps1) - converts PowerShell script(s) to .bat files
* [convert-ps2md.ps1](Scripts/convert-ps2md.ps1) - converts the comment-based help of a PowerShell script to Markdown
* [daily-tasks.sh](Scripts/daily-tasks.sh) - execute PowerShell scripts automatically as daily tasks (Linux only)
* [introduce-powershell.ps1](Scripts/introduce-powershell.ps1) - introduces PowerShell to new users
* [list-aliases.ps1](Scripts/list-aliases.ps1) - lists all PowerShell aliases