Open glenux opened 2 years ago
It would be awesome to have the app installable with a simple
gem install wordle-tui
And playable with
wordle-tui
Yes I thought of that but I had a hard time understanding how it works.
To create a gem, you first need to create a wordle-tui.gemspec
file.
The easiest way to create such a file is to type bundle gem wordle-tui
and copy/paste generated files into your project.
It would be awesome to have the app installable with a simple
And playable with