Giter Site home page Giter Site logo

pikap3w / spell_generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from k-sato1995/spell_generator

0.0 1.0 0.0 27 KB

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

License: MIT License

Ruby 97.80% Shell 2.20%

spell_generator's Introduction

Build Status

SpellGenerator

It generates a random spell.

Why I created this project

Welcome!! I created this project specifically for helping people to 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 either open an issue or contribute to this project to practice/start contributing to other OSS projects✨✨!!

Originally I started this project with this post on dev.to.

If you are not a begginer

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,

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::Generator.new.generate #=> "symptomatic punch"

(2) Create a spell.

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

How to run examples

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"

How to run the test

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☀️!

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.