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

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

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!