Sha256: 9ab77e63c2e4af2258fe26c9a267935f706e4bf9957b3a3002f69af4277197aa

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

#!/usr/bin/env ruby

$:.push File.expand_path("../../lib", __FILE__)

require 'frameit'
require 'frameit/commands_generator'
require 'colored'
require 'shellwords'
tool_name = "frameit"
full_params = ARGV.shelljoin
puts "[WARNING] You are calling #{tool_name} directly. Usage of the tool name without the `fastlane` prefix is deprecated in fastlane 2.0".yellow
puts "Please update your scripts to use `fastlane #{tool_name} #{full_params}` instead.".yellow

Frameit::CommandsGenerator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
frameit-4.0.0 bin/frameit