Skip to content

Commit

Permalink
[Setting] #491 - template manifest 파일 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Feb 1, 2025
1 parent 2a25b02 commit 4b5dbbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SOPT-iOS/Tuist/Templates/feature/feature.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// feature.swift
// ProjectDescriptionHelpers
//
// Created by 강윤서 on 2/1/25.
//

import ProjectDescription

let nameAttribute: Template.Attribute = .required("name")

let template = Template(
description: "Creates a new feature module",
attributes: [
nameAttribute
]
)

0 comments on commit 4b5dbbd

Please sign in to comment.