Skip to content

v-console/colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorize

colorize is a simple command line tool to colorize text. It reads text from standard input and writes colorized text to standard output.

Installation

v install colorize

Usage

import colorize

fn main() {
    println(colorize.color('<red>Hello<stop>, World!'))
}

License

MIT

Contributors