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

https://github.com/fgrehm/rails-template


https://github.com/fgrehm/rails-template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# My Rails Template

```terminal
rails new APP_NAME -m https://raw.github.com/fgrehm/rails-template/master/template.rb -T --skip-bundle
```

To try it out locally:

```terminal
LOCAL=1 rails new APP_NAME -m /path/to/rails-template/template.rb -T --skip-bundle
```