Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.16 KB

Basic Ruby Exercise Projects

Following the TOP (The Odin Project) course and developing some basic projects to practice my Ruby.

Table of Contents

Installation

  1. Clone the repository:
 git clone https://github.com/otherdcn/top_basic_ruby_projects.git
  1. Install dependencies:
 bundle install

Usage

This repository contains four CLI programs/apps:

Use the following command to run an application:

ruby app/app.rb

Replace app and app.rb with name of the application

Contributing

If you feel the need to try it out and perhaps contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.