require "mobile_workflow_cli/version" require "mobile_workflow_cli/app_generator" require "mobile_workflow_cli/app_builder" module MobileWorkflowCli class Error < StandardError; end # Your code goes here... end