Skip to content

Instantly share code, notes, and snippets.

@a-mcf
Created April 24, 2018 02:26
Show Gist options
  • Save a-mcf/8703032c15240dbe4c68c87cd7249c35 to your computer and use it in GitHub Desktop.
Save a-mcf/8703032c15240dbe4c68c87cd7249c35 to your computer and use it in GitHub Desktop.
New Plaster Module
# creates a plaster module in the current folder
Invoke-Plaster -TemplatePath $template[0].templatepath -DestinationPath . -ModuleName (Get-Item -Path .).Name -Version 0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment