Packages

A Gleam library for adding colours in terminal outputs.

Current section

Files

Jump to
colours gleam.toml
Raw

gleam.toml

name = "colours"
description = "A Gleam library for adding colours in terminal outputs."
version = "0.1.2"
licences = ["MIT"]
[repository]
type = "github"
user = "Willyboar"
repo = "colours"
[dependencies]
gleam_stdlib = "~> 0.21"
[dev-dependencies]
gleeunit = "~> 0.6"