Sha256: 95592b7a7ac6d83af651efd1f5f0cd4db75cf236dce87a7ab8b417eaea3eb75d
Contents?: true
Size: 231 Bytes
Versions: 8
Compression:
Stored size: 231 Bytes
Contents
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
Version data entries
8 entries across 8 versions & 1 rubygems