Skip to content

Simple coloring library for terminal written in Gleam

License

Notifications You must be signed in to change notification settings

dhruvdabhi101/colored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colored

colored is a simple tool with which we can use to give color to the text.

Package Version Hex Docs

gleam add colored
import colored
import gleam/io

pub fn main() {
    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

TODOS

  • Add Background support
  • Improve implementation
  • Modularize the code

About

Simple coloring library for terminal written in Gleam

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages