Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliflores/coding-katas-ruby
Coding Katas written in Ruby ❤️
https://github.com/eliflores/coding-katas-ruby
coding-katas hack-evening ruby
Last synced: 11 days ago
JSON representation
Coding Katas written in Ruby ❤️
- Host: GitHub
- URL: https://github.com/eliflores/coding-katas-ruby
- Owner: eliflores
- License: mit
- Created: 2021-01-29T21:57:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T13:11:41.000Z (about 1 month ago)
- Last Synced: 2024-12-07T14:19:03.591Z (about 1 month ago)
- Topics: coding-katas, hack-evening, ruby
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Katas Ruby
![CI](https://github.com/eliflores/coding-katas-ruby/workflows/CI/badge.svg)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)Ruby solutions for Katas from
* [Codewars](https://www.codewars.com/) ♥️## How to work with this repository
1. Clone the repository
2. Install the version of [ruby](https://www.ruby-lang.org) in the [.ruby-version](.ruby-version) file.
* _Hint_: You may use [rbenv](https://github.com/rbenv/rbenv) to manage ruby versions.
3. Install dependencies: `gem install bundler && bundle install`
4. Run static analysis: `bundle exec rubocop`
5. Run tests: `bundle exec rspec --format documentation`
6. Write the tests, write the code, lint the code, and have fun!
7. Open a Pull Request, wait for all the checks to pass, and merge! 🎉