Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deciduously/ruby-template
Minimal Ruby project template
https://github.com/deciduously/ruby-template
bundler minitest rake rubocop ruby ruby-tutorial template
Last synced: 29 days ago
JSON representation
Minimal Ruby project template
- Host: GitHub
- URL: https://github.com/deciduously/ruby-template
- Owner: deciduously
- License: bsd-3-clause
- Created: 2020-03-19T00:34:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:29:05.000Z (over 3 years ago)
- Last Synced: 2024-11-29T11:55:40.840Z (about 1 month ago)
- Topics: bundler, minitest, rake, rubocop, ruby, ruby-tutorial, template
- Language: Ruby
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruby-template
Minimal Ruby template.
## Dependencies
* [Ruby](https://www.ruby-lang.org/en/). Written with version [2.7.0](https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/) - *[docs](https://docs.ruby-lang.org/en/2.7.0/)*.
## Usage
Install deps: `gem install bundler && bundle install`. Run `bundle exec rake` to run the tests, or `bundle exec rake run` to run the program.