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