tylermilner / cookiecutter-ios-swiftui

Cookiecutter template for jump-starting modern iOS apps using SwiftUI.
MIT License
1 stars 0 forks source link

cookiecutter-ios-swiftui

Tests Deploy

Cookiecutter template for jump-starting modern iOS apps using SwiftUI.

Getting Started

Although Cookiecutter runs on Linux, you'll want to have a Mac with Xcode installed in order to properly generate a project using this template.

  1. Install Cookiecutter (e.g. using Homebrew):

    brew install cookiecutter
  2. Install XcodeGen:

    brew install xcodegen
  3. Run Cookiecutter against this repository:

    cookiecutter gh:tylermilner/cookiecutter-ios-swiftui
  4. Follow the prompts to generate your new iOS project.

Generated Example Project

A generated version of this template that demonstrates the final project structure can be found at tylermilner/cookiecutter-ios-swiftui-output.

Resulting Directory Structure

License

MIT