From eaba34cb29d045d5664253c243017d423a5942c5 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:39:41 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106a2e4..6ada433 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # colourize An ANSI colour terminal package for Go -[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) +[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) -- cgit v1.2.3 From 836b5dc7bc7ce6f44a3a18c1910e1c78a4074ee7 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:45:54 +0100 Subject: Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index de8eb33..2236ac2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go go: - -tip + -tip script: - - go test -v ./... \ No newline at end of file + - go test -v ./... -- cgit v1.2.3 From c59f0a7baa48f516203fa3c8a25d83fc26e04568 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:46:21 +0100 Subject: Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2236ac2..3a86b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go go: - -tip + - tip script: - go test -v ./... -- cgit v1.2.3 From c45221f1d64f4c3eebcda004b4e2cb8d6665d9b6 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:52:10 +0100 Subject: Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6ada433..5bd14bf 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ An ANSI colour terminal package for Go [![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) + +# Usage + + package main + import ( + c "github.com/TreyBastian/colourize" + "fmt" + ) + + func main() { + fmt.Println(colourize("Hello World!", Green, Whitebg, Bold) + } + +Supports all ANSI colours and emphasis. Not compatible with Windows systems. -- cgit v1.2.3 From 9dd3d039f794cdf0df6be32905680fe5980d5894 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:56:05 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd14bf..e2aa020 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # colourize An ANSI colour terminal package for Go -[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) +[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize)[![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg)](https://coveralls.io/r/TreyBastian/colourize) # Usage -- cgit v1.2.3 From 2de721dec4cfc2c524c59866a368a843b6cc6c95 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 11 May 2015 18:56:16 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2aa020..20c332a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # colourize An ANSI colour terminal package for Go -[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize)[![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg)](https://coveralls.io/r/TreyBastian/colourize) +[![GoDoc](https://godoc.org/github.com/TreyBastian/colourize?status.svg)](https://godoc.org/github.com/TreyBastian/colourize) [![Build Status](https://travis-ci.org/TreyBastian/colourize.svg?branch=master)](https://travis-ci.org/TreyBastian/colourize) [![Coverage Status](https://coveralls.io/repos/TreyBastian/colourize/badge.svg)](https://coveralls.io/r/TreyBastian/colourize) # Usage -- cgit v1.2.3