✨feature: Initial commit
This commit is contained in:
4
windows/bootstrap.bat
Normal file
4
windows/bootstrap.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
REM One-click launcher for the Windows PowerShell bootstrap.
|
||||
REM Usage: bootstrap "Client Site Name"
|
||||
PowerShell -ExecutionPolicy Bypass -File "%~dp0wp-bootstrap.ps1" -ProjectName "%*"
|
||||
Reference in New Issue
Block a user