GrfxGuru / spell_generator

Looking for people who want to start/practice contributing to OSS projects⭐️⭐️

Home Page:https://dev.to/ksato1995/anybody-who-wants-to-start-practice-contributing-to-oss-projects-59np

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

SpellGenerator

This is a pretty useless gem I created for practice.

Installation

Add this line to your application's Gemfile:

gem 'spell_generator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spell_generator

Usage

You can do two things with this gem.

(1) Create a random spell.

SpellGenerator::Generator.generate #=> "Brave fire"
SpellGenerator::Generato.new.generate #=> "Symptomatic punch"

(2) Create a spell.

SpellGenerator::Generato.new.self_generate('Random' 'Fire') #=> "Random Fire"

Told you it's useless.

License

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

Code of Conduct

Everyone interacting in the SpellGenerator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Looking for people who want to start/practice contributing to OSS projects⭐️⭐️

https://dev.to/ksato1995/anybody-who-wants-to-start-practice-contributing-to-oss-projects-59np

License:MIT License


Languages

Language:Ruby 97.7%Language:Shell 2.3%