GitHub Template Repository for Ruby Boilerplate
I created a GitHub template repository for ruby boilerplate. It contains some template ruby scripts including test code with minitest, GitHub Actions’s workflow for lint by rubocop and test, .rubocop.yml
, Gemfile
, README.md
, etc.
The motivation is to reduce some pain to create a small ruby project.
Recently, I write some ruby codes for tiny projects such as Fizz buzz. Every time I create such a project, I have to write boilerplates to publish them to GitHub. The template repository will give me a shortcut.
If you use this template,
- click “Use this template” on GitHub repository
- update
README.md
for your project - remove or rename
lib/sample.rb
andtest/test_sample.rb
which are sample scripts - update
.github/workflows/test.yml
because it runstest/test_sample.rb
- write your codes :)
Thank you.
About me 😎

茨城県つくば市在住のソフトウェアエンジニアです。専門領域はAndroidアプリ開発で、特にアーキテクチャに興味があります。某社でAndroidアプリ開発のテックリードをしています。
Jetpack ComposeによるAndroid MVVMアーキテクチャ入門の著者です。
👉 もっと詳しく
Writing 📝
Android MVVMアーキテクチャ入門
Androidアプリ開発の初学者に向けた、MVVM(Model-View-ViewModel)アーキテクチャの入門書を書きました。初学者の方を確実にネクストレベルに引き上げる技術書です。
👉 もっと詳しく