Sha256: 37fdeaf74700f7530c7379aa763340c5d2ec9bcbbaaf433d0fe0c8b3051692a9
Contents?: true
Size: 336 Bytes
Versions: 2
Compression:
Stored size: 336 Bytes
Contents
# Supporting the upcoming automation feature say_status "Cloudinary", "Installing the bridgetown-cloudinary plugin..." cloud_name = ask("What's your Cloudinary cloud name?") add_bridgetown_plugin "bridgetown-cloudinary" append_to_file "bridgetown.config.yml" do <<~YAML cloudinary: cloud_name: #{cloud_name} YAML end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-cloudinary-1.0.2 | bridgetown.automation.rb |
bridgetown-cloudinary-1.0.1 | bridgetown.automation.rb |