Sha256: 104aeee39024d8f4035de0e5b0b085168bbba9483dee683ba023a2c3b681fe72

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 Bytes

Contents

#!/usr/bin/env ruby
VENDOR_PATH = File.expand_path('..', __dir__)
Dir.chdir(VENDOR_PATH) do
  begin
    exec "yarnpkg #{ARGV.join(" ")}"
  rescue Errno::ENOENT
    puts "Yarn executable was not detected in the system."
    puts "Download Yarn at https://yarnpkg.com/en/docs/install"
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
cadmus-0.7.1 test/dummy/bin/yarn
cadmus-0.7.0 test/dummy/bin/yarn
datetime_picker_input-4.17.47 spec/dummy/bin/yarn
railman-1.0.3 templates/rails_app/bin/yarn
railman-1.0.2 templates/rails_app/bin/yarn
railman-1.0.1 templates/rails_app/bin/yarn
railman-1.0.0 templates/rails_app/bin/yarn