Skip to content

Ho to use geko

To generate a project, use the following commands:

  • geko fetch - installs external dependencies specified in the Geko/Dependencies.swift file or Package.swift
  • geko generate - generates a project using its description in the Workspace.swift and Project.swift files

A detailed description of the commands can be found via geko fetch --help or geko generate --help.