comment out PowerShell docs
[webi-installers/.git] / powershell / README.md
1 ---
2 title: Microsoft PowerShell
3 homepage: https://docs.microsoft.com/en-us/powershell/
4 tagline: |
5   PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework.
6 description: |
7   PowerShell is the default shell on Windows 10. Since `curl.exe | powershell` is effectively as convenient as `curl | bash` for users, and since Windows 10 also includes tar, curl.exe, and ssh, among others, you can use fairly simple PowerShell to make a variety of tasks simple for Windows developers.
8 ---
9
10 <!--
11 For example, if you wanted to install Node.js with powershell and
12 webinstall.dev, you can:
13
14 ```cmd
15 curl.exe -s -A "MS" https://webinstall.dev/node@lts | powershell
16 ```
17 -->
18
19 <!-- TODO if, pipe, function -->