https://github.com/teohm/app-templates
Various application bootstrap templates including Rails, Grunt
https://github.com/teohm/app-templates
Last synced: over 1 year ago
JSON representation
Various application bootstrap templates including Rails, Grunt
- Host: GitHub
- URL: https://github.com/teohm/app-templates
- Owner: teohm
- Created: 2014-01-14T12:16:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T14:02:13.000Z (over 12 years ago)
- Last Synced: 2025-02-05T04:49:21.894Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-templates
Various application templates, including Rails, Grunt etc.
## Install
```
git clone https://github.com/teohm/app-templates.git ~/.app-templates
```
OR
```
# TODO: create tiny url
# Options 1: wget
bash < <(wget -qO - https://raw.github.com/teohm/app-templates/master/install.sh)
# Options 2: curl
bash < <(curl -s https://raw.github.com/teohm/app-templates/master/install.sh)
```
## Use
```
# For new Rails app
rails new {app_name} -m ~/.app-templates/rails-grunt/setup.rb
# For existing Rails app
rake rails:template LOCATION=~/.app-templates/rails-grunt/setup.rb
```