https://github.com/quikstart/sinatra-starter-template
sinatra quick starter template
https://github.com/quikstart/sinatra-starter-template
quik ruby sinatra
Last synced: 11 months ago
JSON representation
sinatra quick starter template
- Host: GitHub
- URL: https://github.com/quikstart/sinatra-starter-template
- Owner: quikstart
- Created: 2015-08-23T08:24:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T00:08:03.000Z (over 5 years ago)
- Last Synced: 2024-02-13T02:07:26.737Z (over 2 years ago)
- Topics: quik, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra Quick Starter Template
Use like:
```
$ quik new sinatra
```
This will download and run
the quik starter wizard script ([`quik.rb`](quik.rb)). Resulting in:
```
Hello from the sinatra quick starter wizard script
Q: Name of the sinatra app? [hola]: hola
Thanks! Ready-to-go. Stand back.
Downloading Sinatra Starter Template...
Setting up Sinatra Starter Template...
...
Merging templates...
name: "hola"
klass: "HolaApp"
...
Done.
```
Resulting in:
```
hola
├── config
| ├── boot.rb
| └── database.yml
├── app.rb
├── config.ru
├── Gemfile
└── README.md
```
That's it.
## More (Alternative) Quick Starter Templates / Scripts
See the [Quik Scripts](https://github.com/quikstart/scripts) catalog / directory or try:
```
$ quik ls
```
to list all "official" registered quick starter templates / scripts.
## Questions? Comments?
Send them along to the ruby-talk mailing list.
Thanks!