Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildmaples/minimal-ruby-project
A minimal Ruby project template
https://github.com/wildmaples/minimal-ruby-project
ruby ruby-library
Last synced: 3 months ago
JSON representation
A minimal Ruby project template
- Host: GitHub
- URL: https://github.com/wildmaples/minimal-ruby-project
- Owner: wildmaples
- Created: 2021-07-07T15:31:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T21:04:23.000Z (about 2 years ago)
- Last Synced: 2023-03-06T13:47:19.884Z (almost 2 years ago)
- Topics: ruby, ruby-library
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 45
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌈 Minimal Ruby Project
A template for your Ruby project!
# Features
* Basic project structure
* Rakefile and test helper to run tests
* Github Action workflow# Set up
Run `bundle install`
# Testing
Run `rake test`