require 'couch/generators' if [nil, "-h", "--help"].include?(ARGV.first) Couch::Generators.help 'generate' exit end name = ARGV.shift Couch::Generators.invoke name, ARGV, :behavior => :invoke, :destination_root => Couch.root