gleam
Verified for current stable LTS
Gleam Command: Build And Run Gleam Project
Use for build and run gleam project with Gleam. Exact CLI syntax to build and run gleam project using Gleam.
When to use this: Use for build and run gleam project with Gleam.
Command Syntax
gleam run gleam run Command Breakdown
gleam is the base executable for this command.
FAQ
Purpose: Exact syntax to build and run gleam project using Gleam.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gleam Command: Create New Gleam Project
gleam new <project_name> Gleam Command: Build Gleam Project gleam build Gleam Command: Run Gleam Project For Target And Runtime gleam run --target <platform> --runtime <runtime> Gleam Command: Add Hex Dependency To Project gleam add <dependency_name> Gleam Command: Run Project Tests gleam test