https://github.com/frempongdev/enumerable
https://github.com/frempongdev/enumerable
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frempongdev/enumerable
- Owner: frempongdev
- License: mit
- Created: 2023-04-21T11:36:31.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-21T15:09:10.000Z (about 2 years ago)
- Last Synced: 2025-02-03T11:50:21.023Z (4 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Enumerables
# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Enumerables** is a Ruby application used to implement a subset of the functionality of Enumerable.
- **[This project has a class MyList that has an instance variable @list]**
- **[This project has a module MyEnumerable that implements all, any and filter methods with same functionalities from Enumerable methods.]**
- **[This project uses Gitflow]**To get a local copy up and running, follow these steps.
### Prerequisites
- In order to run this project you need:
- [git](https://git-scm.com/downloads): A tool for managing source code
- [Visual Studio Code](https://code.visualstudio.com/): A source code editor### Setup
- Clone this repository to your desired folder: https://github.com/frempongdev/Enumerable.git
- Run bundle install to install the dependencies.### Install
Install this project with:- cd decode-morse
- ubuntu version 22 or higher### Usage
To run the project, execute the following command:- ruby decode.rb
### Run tests
To run tests, run the following command:
- Run robocop .### Deployment
You can deploy this project using:
- Github pagesGithub pages
follow these steps for example
👤 **Lugard**
- GitHub: [@lugard1](https://github.com/lugard1)
- Twitter: [@Dsn3kings](https://twitter.com/Dsn3kings)
- LinkedIn: [Lugard Agu](https://www.linkedin.com/in/lugardagu)👤 **Frempong**
- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)## 🔭 Future Features
- [More Enumerable Methods]
- [Custom Iterators]
- [Parallel Execution]Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
- Give a ⭐️ if you like this project!
We would like to appreciate [Microverse](https://www.microverse.org/) for providing the resources and the platform for us to be a Professional full-stack developer.
This project is [MIT](./LICENSE) licensed.