From 506aa072f61c728b3e87b3799fdcf1ed77f1c246 Mon Sep 17 00:00:00 2001 From: stan44 Date: Fri, 27 Feb 2026 11:11:53 -0600 Subject: [PATCH] Added README for scripts. Added WORKFLOWS for scripts. --- scripts/README.md | 337 +++++++++++++++++++++++++++++++++++++++++++ scripts/WORKFLOWS.md | 140 ++++++++++++++++++ 2 files changed, 477 insertions(+) create mode 100644 scripts/README.md create mode 100644 scripts/WORKFLOWS.md 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\