Sha256: 973bea3948fa0f2a39d5e5b6fb0e7035ec79bbd6ac9ac08777532c5528fe6398

Contents?: true

Size: 600 Bytes

Versions: 7

Compression:

Stored size: 600 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# This file was auto-generated by Packwerk through `packwerk init`

# Needs to be run in test environment in order to have test helper paths available in the autoload paths
ENV["RAILS_ENV"] = "test"

# Command line arguments needs to be duplicated because spring modifies it
packwerk_argv = ARGV.dup

begin
  load(File.expand_path("spring", __dir__))
rescue LoadError => e
  raise unless e.message.include?("spring")
end

require File.expand_path("../config/environment", __dir__)

require "packwerk"

cli = Packwerk::Cli.new
cli.run(packwerk_argv)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
packwerk-1.2.0 lib/packwerk/generators/templates/packwerk
packwerk-1.1.3 lib/packwerk/generators/templates/packwerk
packwerk-1.1.2 lib/packwerk/generators/templates/packwerk
packwerk-1.1.1 lib/packwerk/generators/templates/packwerk
packwerk-1.1.0 lib/packwerk/generators/templates/packwerk
packwerk-1.0.2 lib/packwerk/generators/templates/packwerk
packwerk-1.0.1 lib/packwerk/generators/templates/packwerk