Sha256: 13277c1d106a5a8e2d0ba8748cc51b2563fc178049dd65a7a87b2a21370aee71

Contents?: true

Size: 276 Bytes

Versions: 12

Compression:

Stored size: 276 Bytes

Contents

#!/usr/bin/env ruby
APP_ROOT = File.expand_path('..', __dir__)
Dir.chdir(APP_ROOT) do
  exec "yarn", *ARGV
rescue Errno::ENOENT
  $stderr.puts "Yarn executable was not detected in the system."
  $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
  exit 1
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
boring_generators-0.15.0 tmp/templates/app_template/bin/yarn
boring_generators-0.14.0 tmp/templates/app_template/bin/yarn
boring_generators-0.13.0 tmp/templates/app_template/bin/yarn
boring_generators-0.12.0 tmp/templates/app_template/bin/yarn
boring_generators-0.11.0 tmp/templates/app_template/bin/yarn
boring_generators-0.10.0 tmp/templates/app_template/bin/yarn
boring_generators-0.9.0 tmp/templates/app_template/bin/yarn
boring_generators-0.8.0 tmp/templates/app_template/bin/yarn
boring_generators-0.7.0 tmp/templates/app_template/bin/yarn
boring_generators-0.6.0 tmp/templates/app_template/bin/yarn
boring_generators-0.5.0 tmp/templates/app_template/bin/yarn
boring_generators-0.4.0 tmp/templates/app_template/bin/yarn