Sha256: 50b9a44e1ca7567a892311b2502b6dad672062a6f7b473f59917b8ddcdc19936

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

require File.dirname(__FILE__) + '/application'
require File.dirname(__FILE__) + '/module'
require File.dirname(__FILE__) + '/module_application'

module Gator
  module MXML
    module RobotLegs

      class GeneratorCollection < Gator::Command

        define :command => "robotlegs", :short => "rl",
               :usage => "generate RobotLegs mxml GENERATOR", :description => "RobotLegs generators for MXML."

        register_subcommand Gator::MXML::RobotLegs::ApplicationGenerator
        register_subcommand Gator::MXML::RobotLegs::ModuleGenerator
        register_subcommand Gator::MXML::RobotLegs::ModuleApplicationGenerator
        
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gator-as3-robotlegs-0.0.3.pre lib/gator/mxml/robotlegs/generators/collection.rb