Skip to content

ami-GS/soac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soac

Standard output appearance changer

Usage

This changer can be used like "method chain"

c := soac.NewChanger()
fmt.Printf("%s\n", c.Underline().White().Bblack().Apply("Hello!!"))
c.Reset() //back to default

Supported colors

Basic 8 colors
  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenda
  • Cyan
  • White
256 colors

The list are here

TODO

  • Improve codes

Licence

The MIT License (MIT) Copyright (c) 2015 ami-GS

About

Standard output appearance changer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors