Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dapi/rails_templates

My lovely rails templates
https://github.com/dapi/rails_templates

Last synced: 13 days ago
JSON representation

My lovely rails templates

Awesome Lists containing this project

README

        

# My lovely Rails templates ;)

## Usage

```
./bin/rails app:template \
LOCATION=https://raw.githubusercontent.com/dapi/rails_templates/main/default.rb
```

```
rails new AppName \
-m https://raw.githubusercontent.com/dapi/rails_templates/main/default.rb
```