Sha256: 9e174a71e4758196ab5bb4ea0f495d7ffcc74820498bfb610959240e66531b63

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

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

unless defined?(Spring)
  require "packwerk/disable_sorbet"
end

require "packwerk"

# 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
cli = Packwerk::Cli.new(style: Packwerk::OutputStyles::Coloured.new)
cli.run(packwerk_argv)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
packwerk-3.2.2 exe/packwerk
packwerk-3.2.1 exe/packwerk
packwerk-3.2.0 exe/packwerk
packwerk-3.1.0 exe/packwerk
packwerk-3.0.1 exe/packwerk