rails-templates
rails-templates copied to clipboard
Add Makefile to build commands
Why
- Makefile helps us to build commands easily. Other templates are using it: gin-templates, elixir-templates
- With Makefile, we can build some basic commands e.g.
install-dependencies
,env-setup
,dev
,test
so that we don't need to remember some commands in/bin
folder. And it will be consistent with other templates as well.
Who Benefits?
Rails developers
💯
Can we also update the Getting Started
wiki page accordingly, so that we do not need to fix the current issue of "Run bundle install
first` — it occurs when following exactly the indicated steps: