Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created April 24, 2020 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/fa0e0a421603cefd007864bbdc64746d to your computer and use it in GitHub Desktop.
Save bielawb/fa0e0a421603cefd007864bbdc64746d to your computer and use it in GitHub Desktop.
Tworzenie manifestu przy pomocy New-ModuleManifest
mkdir PowerShellPL
New-ModuleManifest -Path PowerShellPL\PowerShellPL.psd1 -Author 'Bartek Bielawski' -ModuleVersion 1.0.0
psedit PowerShellPL\PowerShellPL.psd1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment