Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aizjicod/opp-school-library
https://github.com/aizjicod/opp-school-library
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/aizjicod/opp-school-library
- Owner: aizjicod
- Created: 2022-09-27T01:55:03.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-03T23:09:04.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:58:29.297Z (almost 2 years ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opp-school-library
> this app will be built using Ruby
![](https://img.shields.io/badge/Microverse-blueviolet)
## Built With
- Ruby
## You will be needing:
- A terminal terminal
- A code editor
- Ruby (follow the instruction based on your OS)
```bash
https://www.ruby-lang.org/en/documentation/installation/
```### Setup
### Clone this repository
```bash
git clone https://github.com/fobadara/quest-student-library.git
```
### Move into the directory with```bash
cd quest-student-library
```### Run Project
```bash
ruby main.rb
```### Install linter
```bash
bundle install
```### Run linter
```bash
rubocop .
```### Auto-correct
In auto-correct mode, RuboCop will try to automatically fix offenses:
```bash
rubocop -A
```
OR```bash
rubocop --auto-correct-all
```👤 **Author 1**
- GitHub: [@aizjicod](https://github.com/aizjicod)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.