language · language ·
Create, run, and build
The workspace wrapper creates a project, checks it, runs it, or emits its native Windows x64 artifact.
Use run during the creative loop, check for fast language feedback, and build when you need the actual executable.
.\tools\yeho.ps1 new console <path> <name>
.\tools\yeho.ps1 check <path>
.\tools\yeho.ps1 run <path>
.\tools\yeho.ps1 build <path>Status: stable
PowerShell
Use run during the creative loop, check for fast language feedback, and build when you need the actual executable.
tooling · powershell · command reference
.\tools\yeho.ps1 new console .\hello hello.app
.\tools\yeho.ps1 check .\hello
.\tools\yeho.ps1 run .\hello
.\tools\yeho.ps1 build .\helloNotes and source
The current promoted product target is Windows x64.
Product builds lower through Forge and Kyber rather than generating C++.
yeho/README.md §Quick start; tools/yeho.ps1