create-rosie-app
v1.0.9
Published
A CLI tool to create Vite projects with various configurations
Maintainers
Readme
create-myvite
⚡ Vite + React + TypeScript 프로젝트를 빠르게 초기화할 수 있는 CLI 툴입니다.
✨ 기능
- ✅ Vite + React + TypeScript 프로젝트 자동 생성
- ✅ react-router, Zustand, React Query 등 선택 설치
- ✅ TailwindCSS 또는 Styled Components 설정 지원
- ✅ ESLint + Prettier 설정 자동화
🛠 설치 및 실행
npx create-myvitegit clone https://github.com/yourname/create-myvite.git
cd create-myvite
npm install
npm link # 개발 중 전역 명령어로 연결
create-myvite✅ 마무리
create-myvite는 단순히 콘솔만 띄우는 게 아니라, 실제 프로젝트를 scaffold하고 필요한 설정과 설치를 자동으로 해주는 제대로 된 CLI 툴이 되려면 위 구조처럼 모듈화하는 게 중요합니다.
