Sha256: dd98b3a15dfd9f5236045cca1bab8cc3849d5543761e77aecc801860092d6724
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true say "Installing Turbo...", :green run("yarn add @hotwired/turbo") say 'Adding Turbo to "frontend/javascript/index.js"...', :magenta javascript_import do <<~JS import Turbo from "@hotwired/turbo" JS end say "Turbo successfully added", :green say 'For further reading, check out "https://turbo.hotwired.dev/"', :blue
Version data entries
11 entries across 11 versions & 1 rubygems