/ruby-app-boilerplate

Ruby App Boilerplate

Primary LanguageRubyMIT LicenseMIT

Ruby App Boilerplate

A Ruby app boilerplate using RSpec, Zeitwerk, and Yard

IRB Console

Start an IRB console from the command line

$ bin/console

Run Specs

$ bundle exec rspec

Generate App Docs

$ bundle exec yardoc

Usage

Clone this repo and use it as a starting point for your app