Sha256: 079a5fe9bb190a472516a16e2f1aca3ea106d95e3585bbba0585c016e9620e18
Contents?: true
Size: 405 Bytes
Versions: 23
Compression:
Stored size: 405 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'chr' templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Chr::AppGenerator.source_root templates_root Chr::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Chr::AppGenerator.start
Version data entries
23 entries across 23 versions & 1 rubygems