Sha256: 305fccc61f53d406e68a5763fc480594e39dfb274882a27545c4992d84d421a7
Contents?: true
Size: 296 Bytes
Versions: 15
Compression:
Stored size: 296 Bytes
Contents
class Android < Thor include Thor::Actions source_root File.expand_path("../", __FILE__) def initialize(args=[], options={}, config={}) super self.destination_root= "" end desc "init", "create cordova based android project" def init directory :templates, :app end end
Version data entries
15 entries across 15 versions & 1 rubygems