Skip to content

xiazek/empty_ruby_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean ruby project template

A template to start new ruby projects. Setting up common configurations for :

  • Gemfile
    • rspec, guard, rubocop, dry-initializer
  • .simplecov - to enforce good coverage standards from the start
  • .ruby-version - use the newest ruby
  • .rubocop - enforce my personal common differences to default cops

Usage

Export this repo

git clone [email protected]:xiazek/empty_ruby_project_template.git name_of_your_new_project --origin empty_ruby_project_template 
cd name_of_your_new_project
ruby -v
gem update --system 
# install the newest bundler
gem install bundler
bundle install
rspec spec  

About

Starting point for quick experiments in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages