Skip to content

k8s-school/ink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ink

Print string in color

# install
go install github.com/k8s-school/ink@main

# print in green
ink "message"

# print in red to stderr
ink -r "ERROR: error message"

# show usage
ink -h