Files
vim-ale/powershell
2020-06-30 06:41:23 +00:00
..
2020-06-30 06:16:01 +00:00
2020-06-30 06:41:23 +00:00
2020-06-30 06:16:01 +00:00

title, homepage, tagline, description
title homepage tagline description
Microsoft PowerShell https://docs.microsoft.com/en-us/powershell/ PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework. The core benefit of running `pwsh` on Mac or Linux is that you get a way to debug Windows 10 scripts without having to boot up Windows 10. For example, if you want to create a `curl.exe -A "windows" | powershell` script for Windows 10 (as we do), it's helpful to be able to do some level of debugging on other platforms.