Sha256: 55031abe261801b97f635569305fa48a38ca680b6a70dbd7f8f0aae503ea8915

Contents?: true

Size: 303 Bytes

Versions: 1701

Compression:

Stored size: 303 Bytes

Contents

#!/usr/bin/env ruby
APP_ROOT = File.expand_path('..', __dir__)
Dir.chdir(APP_ROOT) do
  begin
    exec "yarnpkg", *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
end

Version data entries

1,701 entries across 1,342 versions & 143 rubygems

Version Path
tui_editor-rails-1.0.2.0 example/bin/yarn