mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
Add convert-ps2md.ps1
This commit is contained in:
parent
48ea2d6fe6
commit
e178405018
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user