RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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. What’s quik? quik 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.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in