add PowerShell for Mac and Linux
[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 For example, if you wanted to install Node.js with powershell and
11 webinstall.dev, you can:
12
13 ```cmd
14 curl.exe -s -A "MS" https://webinstall.dev/node@lts | powershell
15 ```
16
17 <!-- TODO if, pipe, function -->