feature: Initial commit

This commit is contained in:
Keith Solomon
2025-10-25 16:55:22 -05:00
commit 3e779343b2
8 changed files with 642 additions and 0 deletions

4
windows/bootstrap.bat Normal file
View 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 "%*"