Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emad-elsaid/rails-templates
Rails templates I use to bootstrap projects
https://github.com/emad-elsaid/rails-templates
rails ruby-on-rails
Last synced: 24 days ago
JSON representation
Rails templates I use to bootstrap projects
- Host: GitHub
- URL: https://github.com/emad-elsaid/rails-templates
- Owner: emad-elsaid
- Created: 2019-04-29T18:40:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T10:23:56.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T14:47:21.591Z (3 months ago)
- Topics: rails, ruby-on-rails
- Language: Ruby
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RAILS TEMPLATES
===============A set of rails templates I use to bootstrap projects.
## USAGE
You can apply a template to your project by executing
```
rails app:template LOCATION=/path/to/template/file
```## CLEAN
A template the cleans the standard rails project
```
rails app:template LOCATION=https://raw.githubusercontent.com/emad-elsaid/rails-templates/master/clean.rb
```