Skip to content

Setups Razzle environment for Windows Apps development

License

Notifications You must be signed in to change notification settings

ocalvo/PwrRazzle

Repository files navigation

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

About

Setups Razzle environment for Windows Apps development

Resources

License

Stars

Watchers

Forks

Packages

No packages published