Sha256: 26f0187c315c2688ee6f8799d01ed36c586cfed5b53be517a21d2e28ce4c666b
Contents?: true
Size: 444 Bytes
Versions: 15
Compression:
Stored size: 444 Bytes
Contents
# frozen_string_literal: true require "refinements/struct" module Hanamismith module Builders # Builds project skeleton Progressive Web Application (PWA) manifest. class PWA < Rubysmith::Builders::Abstract using Refinements::Struct def call path = "%project_name%/app/assets/pwa/manifest.webmanifest.erb" builder.call(settings.merge(template_path: path)).render true end end end end
Version data entries
15 entries across 15 versions & 1 rubygems