Sha256: 9dc611bedbacaadf66e78082867dba0419e9584328806e40e3f741c841c20416

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

require 'claide'

module Ormdev
  # class Command < CLAide::Command
  #
  #   require 'ormdev/command/create'
  #   require 'ormdev/command/package'
  #   require 'ormdev/command/push'
  #
  #   self.abstract_command = true
  #   self.command = 'orm'
  #   self.version = ORM::VERSION
  #   self.description = 'OriginalM —— 混合模式移动应用(Hybrid App)持续集成(Continuous Integration)工具包,用于构建、编译、测试、分发、部署的工具。'
  #
  #   def run
  #     ORM::Log.info '* 开始执行orm … *'
  #   end
  #
  # end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ormdev-0.0.2 lib/ormdev/command.rb