Sha256: 21c809d93b363a80723c00a3e97eb03eaf293d95f933fb6b9ea03240fca57ee2

Contents?: true

Size: 434 Bytes

Versions: 6

Compression:

Stored size: 434 Bytes

Contents

#!/usr/bin/env ruby
require 'pathname'

source_path = (Pathname.new(__FILE__).dirname + '../lib').expand_path
$LOAD_PATH << source_path

require 'startblock'

templates_root = File.expand_path(File.join("..", "templates"), File.dirname(__FILE__))
Startblock::AppGenerator.source_root templates_root
Startblock::AppGenerator.source_paths << Rails::Generators::AppGenerator.source_root << templates_root

Startblock::AppGenerator.start

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
startblock-1.5 bin/startblock
startblock-1.4 bin/startblock
startblock-1.3 bin/startblock
startblock-1.2 bin/startblock
startblock-1.1 bin/startblock
startblock-1.0 bin/startblock