Ruby's Scaffolding Tool for New Projects (Gems, Sinatra, etc.) e.g. $ quik new gem

Hello,

  I've moved all quik project templates and scripts to a new github
org, that is, quikstart [1].

  What's quik?

  quik [2] is a ruby quick starter template script wizard .:. the
missing code generator

  Try:

$ quik list

Resulting in:

  1..gem .:. Gem Quick Starter Template
  2..gem-hoe .:. Gem Quick Starter Template (Hoe Classic Edition)
  3..sinatra .:. Sinatra Quick Starter Template

  Or try:

$ quik new gem

Resulting in:

Welcome, to the gem quick starter script.

Q: What's your gem's name? [hola]: hello
Q: What's your gem's module? [Hola]: Hello

Thanks! Ready-to-go. Stand back.

  Downloading Rubyref Gem Starter Template...
  Setting up Rubyref Starter Template...
  ...
Done.

Cheers.

[1] https://github.com/quikstart
[2] https://github.com/quikstart/quik