Following the TOP (The Odin Project) course and developing some basic projects to practice my Ruby.
- Clone the repository:
git clone https://github.com/otherdcn/top_basic_ruby_projects.git- Install dependencies:
bundle installThis repository contains four CLI programs/apps:
Use the following command to run an application:
ruby app/app.rbReplace app and app.rb with name of the application
If you feel the need to try it out and perhaps contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Make your changes.
- Push your branch:
git push origin feature-name. - Create a pull request.
This project is licensed under the MIT License.