Skip to content

npupatk/rails_repo_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo

GA WDI Rails Repo Template Generator

Instructions

  • To use this generator, clone this repo to your local machine.

  • To Generate a Rails application. rails new <app_name> --database=postgresql -T -m path/to/this/file/template.rb

  • To Generate a Rails API application. rails-api new <app_name> --database=postgresql -T -m path/to/this/file/template.rb

  • Do NOT change the folders and files of this repo, or I can't vouch for your results.

  • template.rb uses the /files directory as an addition to the source_paths.

About

Rails Repo Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%