docs: command builder README + user-facing README section + run_builder.bat

This commit is contained in:
Bossiara13 2026-04-23 02:13:47 +03:00
parent 521b124f05
commit b535d025f3
3 changed files with 95 additions and 0 deletions

6
run_builder.bat Normal file
View file

@ -0,0 +1,6 @@
@echo off
if exist .venv\Scripts\python.exe (
.venv\Scripts\python.exe -m tools.command_builder
) else (
python -m tools.command_builder
)