sfdk-init
Initialize new Sailfish OS projects
TLDR
Initialize a new QML application project
$ sfdk init --type qtquick2-app
Initialize a project with a specific name$ sfdk init --type qtquick2-app --name [myapp]
List available project templates$ sfdk init --help
SYNOPSIS
sfdk init [options]
DESCRIPTION
sfdk init initializes a new Sailfish OS project from templates. Part of the Sailfish SDK command-line tools.
PARAMETERS
--type type, -t type
Project template type (e.g., qtquick2-app).--name name
Project name.
SEE ALSO
sfdk(1), sfdk-config(1)
