Inspired by the Le Wagon Rails templates
2 templates available, with or without devise.
Run one of the commands below and change PROJECT-NAME to the name of your new project.
rails new \
--database postgresql \
--webpack \
-m https://raw.githubusercontent.com/thomasvanholder/jumpstart/main/template.rb \
PROJECT-NAME
rails new \
--database postgresql \
--webpack \
-m https://raw.githubusercontent.com/thomasvanholder/jumpstart/main/basic.rb \
PROJECT-NAME
To Do
Ā