Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 857 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 857 Bytes

PwrRazzle

Setups Razzle environment for Windows Apps development

Install-module PwrRazzle -Scope CurrentUser

Manual Setup

  1. Clone the repo into your Modules folder:
  • For PowerShell core:
git clone https://github.com/ocalvo/PwrRazzle.git "$env:HomeDrive$env:HomePath\Documents\PowerShell\Modules\PwrRazzle"
  • For Windows Power Shell:
git clone https://github.com/ocalvo/PwrRazzle.git "$env:HomeDrive$env:HomePath\Documents\WindowsPowerShell\Modules\PwrRazzle"
  1. Edit your $profile file and add the following line:
Import-Module PwrRazzle

Usage

Execute-Razzle -arch x86 -flavor chk -vsVersion Enterprise -vsYear 2022 -noSymbolicLinks -Enlistment c:\xm1