Sha256: c4661b699948fd361dd3272d07a164521f64f7149d668a666a01880992dba6ed

Contents?: true

Size: 274 Bytes

Versions: 1

Compression:

Stored size: 274 Bytes

Contents

require File.dirname(__FILE__) + '/load_paths'

module VraptorScaffold
  class Main
	def self.execute(args)
		action = args.delete_at(0)
	    AppGenerator.new.build(args[0]) if action == "new"
	    ScaffoldGenerator.new(args).build if action == "scaffold"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vraptor-scaffold-0.0.1.beta2 lib/vraptor-scaffold.rb