Skip to content

Conversation

choi1five
Copy link
Collaborator

관련 이슈 번호

Resolves #27

핵심 변경 사항 및 이유

  • Turborepo Package Generator 구현: 일관된 패키지 생성 과정을 자동화하여 개발 생산성 향상
  • 일반 패키지와 React 패키지 유형 지원: 다양한 패키지 타입을 손쉽게 생성할 수 있도록 템플릿 분리
  • 패키지 이름 검증 로직 추가: kebab-case 형식 검증 및 중복 이름 확인으로 일관된 네이밍 규칙 유지
  • 자동 의존성 설치: 패키지 생성 후 pnpm install 자동 실행으로 개발 준비 시간 단축

이외 기타 변경 사항 (선택)

  • build.js, eslint.config.js, package.json, tsconfig.json 템플릿 추가
  • 패키지 생성 과정에 대한 사용자 피드백 개선 (콘솔 로그 메시지)
  • README 문서 추가: 코드 생성기 사용 방법 및 템플릿 구조 안내

@choi1five choi1five added type: chore 기타 status: in-progress 현재 처리 중 labels Feb 27, 2025
@choi1five choi1five self-assigned this Feb 27, 2025
@choi1five choi1five merged commit 55c1ca6 into main Feb 27, 2025
@choi1five choi1five deleted the feature/turbo-generator branch February 27, 2025 14:39
@github-actions github-actions bot added status: done 완료 and removed status: in-progress 현재 처리 중 labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 터보레포 Custom generators 구현
1 participant