colored
gleam add colored
import colored
import gleam/io
pub fn main() {
// TODO: An example of the project in use
io.println(colored.green("Colored"))
}
Further documentation can be found at https://hexdocs.pm/colored.
Development
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell