Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

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.