diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..c941759 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,337 @@ +# Scripts Reference + +This folder contains PowerShell wrappers for repeatable local development, build, publish, and cache operations. + +## Scope + +These scripts target the repository rooted at `E:\stansshit\csharp\journal-master\journal`. + +## Requirements + +- PowerShell 7+ (`pwsh` recommended) +- .NET SDK (current repo uses `net10.0` targets) +- Python (for `pip-min.ps1`, `migration-gate.ps1`) +- Node.js + npm (for `publish-app.ps1`) + +## Execution Policy + +If script execution is blocked on Windows, run commands with one of: + +```powershell +pwsh -NoProfile -ExecutionPolicy Bypass -File .\scripts\