Skip to content

hugolgst/term-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Gem version Downloads License

How To Use โ€ข Documentation โ€ข Example

How to use

Install the gem manually :

$ gem install term-art

or add it to your Gemfile :

+ gem 'term-art'

and then run :

$ bundle

Documentation

Styles

There are two differents styles:

  • :simple Simple style
  • :double Double style

Colors

See hue-rb

Example

require 'term-art'

chart = TermArt::Chart.new([
  ['A', 'B', 'C'],
  ['D', 'E', 'F']
])
puts chart.draw(style: :simple, color: :red)

About

๐Ÿ“Š A terminal boards using ascii art

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages