aboutsummaryrefslogtreecommitdiff
path: root/run-tools.ps1
Commit message (Collapse)AuthorAgeFilesLines
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生39 hours1-60/+0
| | | | | | | | | | | | scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.
* Pass through tool arguments to scripts and binariesWeicao-CatilGrass2026-06-121-3/+6
|
* Restructure docs魏曹先生2026-05-251-18/+33
| | | | add template and interactive tutorial, update tool runner
* Add support for Python scripts in run-toolsWeicao-CatilGrass2026-05-161-4/+7
|
* Rename refresh-examples to refresh-docs and add quiet flag魏曹先生2026-04-151-1/+1
|
* Add script support to run-tools utilities魏曹先生2026-04-141-6/+19
| | | | | | The run-tools.ps1 and run-tools.sh scripts now support running both Rust binaries and shell scripts. They check dev_tools/scripts first, then dev_tools/src/bin. Also added a simple HTTP preview script.
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-121-0/+26