Sha256: de379e57f1dfbba3bd2b4b170ea723649d146e6f2420e889bb77f7b2b8fc1061

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

require_relative 'generators'

module Topographer
  class Tasks < Thor;
    namespace :topographer

    register(Generators::Install, 'install', 'install --models=model1 model2 model3', 'Installs the topographer importer scaffold')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
topographer-0.0.9 lib/topographer/tasks.rb
topographer-0.0.8 lib/topographer/tasks.rb
topographer-0.0.7 lib/topographer/tasks.rb
topographer-0.0.6 lib/topographer/tasks.rb
topographer-0.0.5 lib/topographer/tasks.rb