Quick Start
Next Steps
Once the project is created, runflowdeck config set to save settings and start building without repeating flags. For full options, see Project Create Command.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate a new Xcode project from templates
# Create an iOS project in the current directory
flowdeck project create MyApp
# Create the project in a specific folder
flowdeck project create MyApp --path ~/Projects
# Create a multi-platform project (iOS, macOS, tvOS, visionOS share one target)
flowdeck project create MyApp --platforms ios,macos,visionos
# Create a standalone watchOS app
flowdeck project create MyWatchApp --platforms watchos
# Create an iOS app with an embedded companion watchOS app
flowdeck project create MyApp --watch-companion
# Set a custom bundle identifier
flowdeck project create MyApp --bundle-id com.acme.MyApp
# Customize deployment targets
flowdeck project create MyApp --ios-target 17.0 --macos-target 14.0
flowdeck config set to save settings and start building without repeating flags. For full options, see Project Create Command.Was this page helpful?
