Setup Turbostar
Turbostar is an asynchronous CLI tool designed to manage complex development environments where multiple languages (Python, JavaScript, Lua) must run in harmony. It handles process lifecycle, output aggregation, and dependency graphing.
Features
Section titled “Features”- Polyglot Support: Run Python scripts, Node.js servers, and Lua logic simultaneously.
- Dependency Graphing: Configure services to wait for “Ready” signals from other services before starting.
- Unified Output: Aggregates
stdoutandstderrfrom all children into a single, color-coded terminal stream.