docs: command builder README + user-facing README section + run_builder.bat
This commit is contained in:
parent
521b124f05
commit
b535d025f3
3 changed files with 95 additions and 0 deletions
6
run_builder.bat
Normal file
6
run_builder.bat
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue