What problem does it solve?
This Skill provides a compact command line interface to initialize Helios projects, launch the Studio, and render compositions from the terminal, reducing context switching and manual steps for developers.
Core Features & Use Cases
- Project initialization and scaffolding: Create new Helios projects with templates and sensible defaults.
- Studio orchestration: Start and manage the Studio from the command line for rapid iteration.
- Render and manage compositions: Render outputs from HTML compositions and integrate into pipelines.
- Use Case: Imagine you want a new project named "promo" and render a composition to video.mp4; you run the init, studio, and render commands in sequence.
Quick Start
Use the Helios CLI to initialize, launch the Studio, and render a composition:
- npx helios init my-project
- npx helios studio
- npx helios render composition.html output.mp4