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

Version Path
chr-0.5.7 bin/chr
chr-0.5.6 bin/chr
chr-0.5.5 bin/chr
chr-0.5.4 bin/chr
chr-0.5.3 bin/chr
chr-0.5.1 bin/chr
chr-0.5.0 bin/chr
chr-0.4.25 bin/chr
chr-0.4.24 bin/chr
chr-0.4.23 bin/chr
chr-0.4.22 bin/chr
chr-0.4.21 bin/chr
chr-0.4.20 bin/chr
chr-0.4.19 bin/chr
chr-0.4.18 bin/chr
chr-0.4.17 bin/chr
chr-0.4.15 bin/chr
chr-0.4.14 bin/chr
chr-0.4.13 bin/chr
chr-0.4.12 bin/chr