https://github.com/kessie2862/enumerable
This repo showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.
https://github.com/kessie2862/enumerable
enumerable rubocop ruby
Last synced: about 1 year ago
JSON representation
This repo showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.
- Host: GitHub
- URL: https://github.com/kessie2862/enumerable
- Owner: kessie2862
- License: mit
- Created: 2023-07-27T07:41:40.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-27T15:41:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T10:17:37.281Z (over 1 year ago)
- Topics: enumerable, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Enumerable** showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.
Language
- **Rubocop implemented**
- **Implement enumerable module**
### Prerequisites
In order to run this project you need:
- To clone or fork this repo
- Ruby installed in your machine
- To modify this project you'll need a text editor
For more information on how to install ruby on your machine:
- How to install ruby
### Setup
Clone this repository to your desired folder:
```sh
cd project-folder
git clone https://github.com/kessie2862/Enumerable.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
To install dependencies, the following command must be run in the terminal:
```sh
cd Enumerable
rubocop
```
### Usage
In the project directory, you can run:
```sh
irb -r ./index.rb
```
### Run tests
No tests available
### Deployment
No deployment of this project
👤 **Prosper Kessie**
- GitHub: [@kessie2862](https://github.com/kessie2862)
- LinkedIn: [Prosper Kessie](https://www.linkedin.com/in/prosperkessie/)
👤 **Antoine Makdessy**
- GitHub: [@ANTOINE1128](https://github.com/ANTOINE1128)
- LinkedIn: [Antoine (Tony) Makdessy](https://www.linkedin.com/in/antoine-makdessy/)
👤 **Deborah A. Fashoro**
- GitHub: [@DebyGrey](https://github.com/DebyGrey)
- LinkedIn: [Deborah Fashoro](https://www.linkedin.com/in/deborah-fashoro)
Future changes:
- No changes
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/kessie2862/Enumerable/issues).
If you like this project, I encourage you to clone, fork, and contribute.
We want to thank Microverse for the idea for this project.
This project is [MIT](https://github.com/kessie2862/Enumerable/blob/dev/LICENSE) licensed.