Skip to content

Instantly share code, notes, and snippets.

@sfmskywalker
Last active July 29, 2018 20:04
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 sfmskywalker/e4d4d2b5035be8f4639e00a6fb8787fe to your computer and use it in GitHub Desktop.
Save sfmskywalker/e4d4d2b5035be8f4639e00a6fb8787fe to your computer and use it in GitHub Desktop.
Downloads and extracts a sample Angular Custom Element from GitHub
Add-Type -AssemblyName System.IO.Compression.FileSystem
Invoke-WebRequest -Uri https://github.com/nitayneeman/made-with-love/archive/release/v1.1.0.zip -OutFile ./ClientApp.zip
[System.IO.Compression.ZipFile]::ExtractToDirectory("c:\Code\Orchard Core and Angular\AngularWidgetsDemo\ClientApp.zip", "c:\Code\Orchard Core and Angular\AngularWidgetsDemo")
Rename-Item made-with-love-master ClientApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment