Sha256: 1c30e83c99b7cc8509102d2ac8189c1cda39d24bf4f6444cc120016e58dfefab
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path $LOAD_PATH << source_path require 'bluebase' templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__)) Bluebase::AppGenerator.source_root templates_root Bluebase::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root Bluebase::AppGenerator.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bluebase-1.1.0 | bin/bluebase |
bluebase-1.0.1 | bin/bluebase |
bluebase-1.0.0 | bin/bluebase |