Hi, I would like to share with guys a module that I have been developing 
for the past few months. Its called tint <https://github.com/printzero/tint> 
(v0.0.1). 
It helps you style your terminal output efficiently.

Here are some links that can get you started with this module:


   - Documentation <https://pritzero.github.io/tint>
   - Getting Started <https://printzero.github.io/tint/getting_started.html>

This release also has a new feature called Tint Color Expressions 
<https://printzero.github.io/tint/tint_expressions.html> which will help 
you color strings with some prefixes and suffixes.

A small demo:

package main

import (
    "fmt"
    "github.com/printzero/tint"
)

func main() {
    t := tint.Init()
    fmt.Println(t.Exp("I want to print, r|THIS|!"))
}

will give you an output like this:

<https://printzero.github.io/tint/images/exp01.png>


I would love to have some feedback on this module and your suggestions on 
any part of the code that can improve this module. 

Thanks for reading through.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2111043d-d1bb-45cb-9e29-18e835762ea4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to