Skip to content

marshall-lee/gana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Gana

Installation

Create a new playground:

$ mkdir gana_ground
$ cd gana_ground
$ bundle init

Add this lines to your playground's Gemfile:

gem 'gana'
gem 'curses

And then execute:

$ bundle install

Usage

Minimal gana script looks like this:

gana do |t1,t2|
  # ...
end

Save it to sample.rb and then you can run it:

gana sample.rb

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/marshall-lee/gana.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •