Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedeid6842/my-enumerable
https://github.com/ahmedeid6842/my-enumerable
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedeid6842/my-enumerable
- Owner: ahmedeid6842
- License: mit
- Created: 2023-08-25T14:18:16.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-25T19:10:07.000Z (about 1 year ago)
- Last Synced: 2024-04-06T14:31:54.210Z (7 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The my enumerable aims to replicate the functionality of the Ruby enumerable module. It contains a number of methods that can be used to iterate over collections of data.
# Table of Contents
- [Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Authors](#authors)
- [Future Features](#future-features)
- [Contributing](#contributing)
- [Show your support](#support)
- [Acknowledgements](#acknowledgements)
- [License](#license)
- **Personalized enumerable**
### Prerequisites
- **Ruby**
- If you don't have Ruby installed on your computer, follow the instructions on [this page](https://www.ruby-lang.org/en/documentation/installation/) to install it.
### Setup
To get a local copy up and running, follow these steps.
1. Clone the repo or download the Zip folder:
```sh
git clone https://github.com/ahmedeid6842/My-Enumerable.git
```
2. Navigate to the project folder in your terminal and run the following command to install the necessary gems:
```sh
bundle install
```
3. Run the following command to start the program:
```sh
ruby main.rb
```
### Usage
1. Ensure that Ruby is installed on your system.
2. Run the following command to start the program:
```
ruby enum.rb
```
- 👤 GitHub: [Ali-0111](https://github.com/Gh-Reza)
👤 **Ahmed Eid**
- 👤 GitHub: [AhmedEid1610](https://github.com/ahmedeid6842)
- **Add more methods**
We welcome contributions, especially bug fixes and feature additions.
If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them with descriptive commit messages.
4. Push your changes to your forked repository.
5. Submit a pull request to the main repository, explaining your changes in detail.
Please adhere to the coding conventions and guidelines specified in the project.
Feel free to check the [issues page](https://github.com/Gh-Reza/MorseCodeDecoding/issues).
Give a ⭐️ if you like this project!
## Acknowledgments < name="acknowledgements">
I would like to thank Microverse and Ruby for making this possible.
This project is [MIT](./LICENSE) licensed.