An open API service indexing awesome lists of open source software.

https://github.com/sleede/rails-starter-template

Rails starter template
https://github.com/sleede/rails-starter-template

Last synced: 19 days ago
JSON representation

Rails starter template

Awesome Lists containing this project

README

          

# Rails Startup template

Template for Ruby on Rails 4

## How to Use

```bash
Clone repo: git clone git@github.com:sleede/rails-starter-template.git

rails new APP_NAME -m /path/to/template/template.rb --skip-bundle --skip-coffee
```