Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

TemplateString.Token

Contents

swift
public enum Token: String, Equatable

Provides a template for existing project properties.

  • projectName: The name of the project.

Cases

projectName

swift
case projectName = "${project_name}"

Released under the MIT License.