PowerShell Xaml Projects
-
winget-installer
Install winget tool using PowerShell! Prerequisites automatically installed. Works on Windows 10/11 and Server 2022.
Project mention: How can I make this more automated? Batch into powershell | reddit.com/r/Batch | 2023-04-26The second is very simple. You simply download the file https://github.com/asheroto/winget-installer/releases/download/0.0.3/winget-install.ps1 which is a powershell script. And then execute it using powershell. There are many ways to download the file, you can use powershell as well but I would use curl. curl https://github.com/asheroto/winget-installer/releases/download/0.0.3/winget-install.ps1 should work. Then you follow it up after confirming the file has downloaded if Exist winget-install.ps1 powershell -NoProfile -ExecutionPolicy Bypass -File winget_install.ps1
-
Here's someone else doing funky stuff in powershell: https://github.com/mi4c/Posh3d_cube_ball
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Index
Project | Stars | |
---|---|---|
1 | winget-installer | 60 |
2 | Posh3d_cube_ball | 3 |