tml:一种用于终端输出的微小标记语言。 使CLI应用程序中的格式化输出更加轻松! 源码
tml-终端标记语言 Go模块(和独立的二进制文件)使终端中彩色/格式化文本的输出更容易且更具可读性。 您可以在Go程序和bash等中使用它。 Go中的用法 使用以下语法很容易输出彩色/带格式的文本: package main import "github.com/liamg/tml" func main () { tml . Printf ( "this text is red and the following is %s \n " , "not red" ) } 在Bash中的用法 首先,安装tm
文件列表
tml-master.zip
(预估有个22文件)
tml-master
printf.go
430B
go.mod
133B
disable_test.go
403B
tags.go
1KB
parser_test.go
1000B
go.sum
779B
parser.go
3KB
_examples
basic
暂无评论