gleamy_lights
Colored terminal output for Gleam.
gleam add gleamy_lights@1
import gleamy_lights.{red, green, blue}
import gleam/io
pub fn main() {
io.println(red("Hello, ") <> green("world") <> blue("!"))
}
Further documentation can be found at https://hexdocs.pm/gleamy_lights.
Development
gleam run # Run the project
gleam test # Run the tests