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!

qk/quik - ruby quick starter template script wizard .:. the missing code generator

Hello, I’ve put together the quik gem that includes a new ruby quick starter template script wizard. Let’s say you want to start a new gem. Try: $ quik new gem or $ qk n gem This will download the gem.rb wizard script from the Rubyref Scripts repo and run through all steps to get you started with ready to use code (from a git repo hosted template). Note, qk/quik is “generic”, that is, it works for sinatra templates, gli templates and anything. For static site (e.g. jekyll) starter scripts, for example, see Mr Hyde’s Scripts (built with mrh/mrhyde and the qk/quik machinery). 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