Skip to content

endorfin/rails-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rails-templates

USAGE: adding this function to your bash profile.

function railsapp {
  template=$1
  appname=$2
  shift 2
  rails new $appname -m https://github.com/endorfin/rails-templates/raw/master/$template.rb $@
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages