He
HeliumTS
Note:

HeliumTS is under pre-beta and active development. Expect bugs and breaking changes. If you find any issues, please report them in our GitHub

A stable release is planned for early December 2025.

CLI Reference

%helium dev

Starts the project in development mode.

%helium build

i. Builds the client.
ii. Scans src/server for exports.
iii. Bundles the server using esbuild.
iv. Transpiles helium.config.ts to dist/helium.config.js (if present).

%helium start

Runs the bundled server (dist/server.js).