It generates a random spell.
Welcome!! I created this project specifically for helping people take the first step of their OSS journeys⭐️⭐️.
Contributing to an OSS project can be intimidating if you don't know how to do to it or have never experienced it. But if you know the process of making a PR and have already done it before, it can be very simple and fun.
That's why I want you to contribute to this project by opening an issue or making a PR to practice/start contributing to other OSS projects✨✨!!
Originally I started this project with this post on dev.to.
You can contribute to the project and the whole dev community by opening an issue here or helping new devs to complete their PRs😊.
Some wonderful people have already opened some issues and also created PRs.
I wholeheartedly appreciate them🙏🙏.
Or you are always very welcome to tackle any issue, even if you are not a begginer,
Add this line to your application's Gemfile:
gem 'spell_generator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spell_generator
You can do two things with this gem.
(1) Create a random spell.
SpellGenerator::Generator.generate #=> "brave fire"
SpellGenerator::Generator.new.generate #=> "symptomatic punch"
(2) Create a spell.
SpellGenerator::Generator.new.self_generate('Random' 'Fire') #=> "Random Fire"
First, you have to move to the directory of this project in your terminal.
$ cd spell_generator
Second, run the command below.
$ ruby examples/spells.rb
That's it☀️!
It would output some random spells for ya.
"efficient blow"
"entire stab"
"Random Fire"
First, you have to move to the directory of this project in your terminal.
$ cd spell_generator
Second, run the command below.
$ rake spec
That's it☀️!
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the SpellGenerator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.