add readme

This commit is contained in:
honggengwei
2014-10-16 13:20:19 +08:00
parent e50906e50a
commit 0fb3ecd2ec

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
#figlet4go
_______ __ _______ __ _______ .___________. _ _ _______ ______
| ____|| | / _____|| | | ____|| || || | / _____| / __ \
| |__ | | | | __ | | | |__ `---| |----`| || |_ | | __ | | | |
| __| | | | | |_ | | | | __| | | |__ _| | | |_ | | | | |
| | | | | |__| | | `----.| |____ | | | | | |__| | | `--' |
|__| |__| \______| |_______||_______| |__| |_| \______| \______/
A port of [figlet](http://www.figlet.org/) to golang.
Make it easier to use,add some new feature such as colorized outputs.
##Install
go get -u github.com/getwe/figlet4go
##Usage