Sha256: 6460acff9244d17d8a0dada57475dd37e4ac4c03fb2c67375a45589503966fb2

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true
require 'bundler/setup'
require 'generapp'

if %w(-v --version).include? ARGV[0]
  puts Generapp::VERSION
  exit 0
end

templates_root = Generapp.templates
Generapp::Generators::AppGenerator.source_root templates_root
Generapp::Generators::AppGenerator.source_paths <<
  Rails::Generators::AppGenerator.source_root <<
  templates_root

Generapp::Generators::AppGenerator.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
generapp-0.4.0 bin/generapp
generapp-0.3.2 bin/generapp
generapp-0.3.1 bin/generapp