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.

22 lines
905 B

  1. # ILSpy PowerShell Module
  2. Built using https://github.com/PowerShell/PowerShell/blob/master/docs/cmdlet-example/command-line-simple-example.md as guideline
  3. Sample usage: Demo.ps1
  4. Tested with: PowerShell 5.1 on Windows, PowerShell Core on Windows and Mac (Beta9)
  5. ## Missing
  6. .psd1 for deploying to https://www.powershellgallery.com/
  7. ## Links for developing PS cmdlets
  8. * https://docs.microsoft.com/en-us/powershell/gallery/psgallery/creating-and-publishing-an-item
  9. * https://github.com/mmaitre314/PowerShellGet-Test-Binary-Module
  10. * https://www.red-gate.com/simple-talk/dotnet/net-development/using-c-to-create-powershell-cmdlets-beyond-the-basics/
  11. * https://msdn.microsoft.com/en-us/library/dd878294(v=VS.85).aspx Writing a Windows PowerShell Cmdlet
  12. * https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx Approved verbs
  13. * https://www.google.com/search?q=write+a+module+for+powershell+core