Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PC-62] Feat: feature 모듈을 생성하는 tuist 템플릿 구현 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dev-summer
Copy link
Contributor

@dev-summer dev-summer commented Jan 4, 2025

🏷️ 티켓 번호

PC-62

👷🏼‍♂️ 변경 사항

  • feature 모듈 생성에 필요한 Project.swift, View, ViewModel 파일을 생성해주는 템플릿 구현

💬 참고 사항

  • 사용방법
    1. 터미널에 tuist scaffold feature --name {{ 피처이름 }} 입력 시 해당 파일 생성
    • 피처 이름은 Pascal case로 입력 (예: 매칭 메인 피처의 경우 MatchingMain)
    1. tuist edit - Tuist/Modules.swift 파일에 해당 피처 추가

📸 스크린샷(Optional)

화면 이름

@dev-summer dev-summer added the ✨ feature 새로운 기능 label Jan 4, 2025
@dev-summer dev-summer requested a review from agseou January 4, 2025 00:49
@dev-summer dev-summer self-assigned this Jan 4, 2025
Copy link
Contributor

@agseou agseou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@dev-summer
Copy link
Contributor Author

@agseou Observation 활용하는 템플릿으로 변경하여 추가 커밋 예정입니다.. 참고해주세용!

@agseou
Copy link
Contributor

agseou commented Jan 7, 2025

넵!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants