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

[Feature/BAR-88] Plop.js를 이용한 템플릿 파일 생성 #20

Merged
merged 8 commits into from
Dec 30, 2023

Conversation

dmswl98
Copy link
Member

@dmswl98 dmswl98 commented Dec 29, 2023

Summary

구현 내용 및 작업한 내역을 요약해서 적어주세요

To Reviewers

PR을 볼 때 주의깊게 봐야하거나 말하고 싶은 점을 적어주세요

  • 공통 컴포넌트에만 스토리북 파일을 생성하기로 논의되었기에, 스토리북 파일은 선택적으로 생성할 수 있도록 설정해두었어요.
  • 대략적으로 template 파일들을 정의해두었으나 추가하거나 제거해야 할 코드가 있다면 코멘트 남겨주세요.

How To Test

PR의 기능을 확인하는 방법을 상세하게 적어주세요

pnpm install
pnpm template

plopfile.mjs 코드 설명

  • CLI에 컴포넌트명을 어떤 표기법으로 작성하더라도 항상 PascalCase로 변환돼요.
  • CLI에 컴포넌트명은 필수로 작성되어야 해요.
  • 이미 존재하는 컴포넌트는 생성하지 않아요.
  • stories.tsx 파일은 선택적으로 생성할 수 있어요.
2023-12-30.12.54.05.mov

@dmswl98 dmswl98 self-assigned this Dec 29, 2023
Copy link
Member

@wonjin-dev wonjin-dev left a comment

Choose a reason for hiding this comment

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

👍🏼👍🏼👍🏼 명령어를단순화하는 것도 의논해보면 좋을것 같아요 :)

Copy link
Contributor

@miro-ring miro-ring left a comment

Choose a reason for hiding this comment

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

수고하셧습니다!!!ㅎㅎ

@dmswl98
Copy link
Member Author

dmswl98 commented Dec 30, 2023

👍🏼👍🏼👍🏼 명령어를단순화하는 것도 의논해보면 좋을것 같아요 :)

선호하시거나 추천해주실 명령어가 있을까요?? 👀

generate-template에서 template으로 변경해두었습니다.

@dmswl98
Copy link
Member Author

dmswl98 commented Dec 30, 2023

@wonjin-dev 드디어 해결했습니다!!! 😎

이슈

image
{
  "*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
  "*.{ts,tsx}": "bash -c tsc --noEmit"
}

@dmswl98 dmswl98 merged commit e1c4eb9 into main Dec 30, 2023
@dmswl98 dmswl98 deleted the feature/BAR-88 branch December 30, 2023 16:25
@dmswl98 dmswl98 added the feature label Jan 8, 2024
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.

3 participants