Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dapi/rails_templates
- Owner: dapi
- Created: 2024-02-06T10:42:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T18:16:01.000Z (10 months ago)
- Last Synced: 2024-02-08T17:26:43.072Z (10 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```