CLI
Use the Tiramisu CLI to compile and format .tiramisu files from the terminal.
The Tiramisu CLI (@timeleap/tiramisu) provides commands for working with .tiramisu files from the terminal. Install it globally or use it via bunx / npx.
Installation
bun add -g @timeleap/tiramisuOr run without installing:
bunx tiramisu --help Commands
| Command | Description |
|---|---|
tiramisu compile <file> | Compile a .tiramisu file and print the AST as JSON |
tiramisu format | Format .tiramisu files |