Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.