gleam Command Examples

The compiler, build tool, package manager and code formatter for Gleam, "a friendly language for building type-safe systems that scale!". More information: https://gleam.run/writing-gleam/command-line-reference/.

gleam new {{project_name}}

gleam run

gleam build

gleam run --target {{platform}} --runtime {{runtime}}

gleam add {{dependency_name}}

gleam test

gleam format

gleam check