Skip to content

Instantly share code, notes, and snippets.

@KevinBerthier
Created March 12, 2019 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevinBerthier/7f55dd4e398e105b458f31123a4ff9d5 to your computer and use it in GitHub Desktop.
Save KevinBerthier/7f55dd4e398e105b458f31123a4ff9d5 to your computer and use it in GitHub Desktop.
Rails New From Template
rails new \                                  
  --database postgresql \
  --webpack \
  -m rails_components_template/template.rb APP_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment