Tulip is a simple Gleam project for adding color to your terminal output. All 256 ANSI colors are supported.
gleam add tulipimport tulip
pub fn main() {
tulip.println(213, "Hello, world!")
}Further documentation can be found at https://hexdocs.pm/tulip.
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell