The Open-Source Unreal Engine toolkit.
Documentation »
Website
·
Twitter
- Unreal Engine: Configure engines, build projects, and run UAT/UBT commands.
- Buildgraph: Generate reports from your buildgraphs.
Download the latest release from the Releases page.
- Clone the cli
git clone https://github.com/runreal/cli
- Install dependencies
deno install
- Run the cli in dev mode
deno task dev
deno task compile-win
deno task compile-linux
deno task compile-macos
See the CHANGELOG for a list of changes.
MIT LICENSE