You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# ILSpy PowerShell Module
Built using https://github.com/PowerShell/PowerShell/blob/master/docs/cmdlet-example/command-line-simple-example.md as guideline
Sample usage: Demo.ps1
Tested with: PowerShell 5.1 on Windows, PowerShell 7+ on Windows and Mac
## Missing
Publishing to https://www.powershellgallery.com/
* https://learn.microsoft.com/en-us/powershell/gallery/how-to/publishing-packages/publishing-a-package * https://learn.microsoft.com/en-us/powershell/gallery/concepts/publishing-guidelines
## Links for developing PS cmdlets
* https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/how-to-write-a-simple-cmdlet * https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands * https://github.com/mmaitre314/PowerShellGet-Test-Binary-Module * https://www.red-gate.com/simple-talk/dotnet/net-development/using-c-to-create-powershell-cmdlets-beyond-the-basics/ * https://www.google.com/search?q=write+a+module+for+powershell+core
|