create-bomb-boilerplate
v1.0.1
Published
CLI to scaffold a Yarn Berry monorepo boilerplate with TypeScript, Biome, and Turbo
Downloads
10
Maintainers
Readme
create-bomb-boilerplate
Yarn Berry 기반 모노레포 보일러플레이트를 빠르게 생성하는 CLI 도구입니다.
사용법
NPM
npm create bomb-boilerplate my-project
# 또는
npx create-bomb-boilerplate my-projectYarn
yarn create bomb-boilerplate my-projectPNPM
pnpm create bomb-boilerplate my-project생성되는 프로젝트
- ✅ Yarn Berry (v4) workspace
- ✅ TypeScript 설정
- ✅ Biome (린터 + 포매터)
- ✅ Turbo (빌드 시스템)
- ✅ 예제 Next.js 앱
- ✅ 공유 패키지 (
@your-org/ui,@your-org/utils)
CLI 옵션
# 프로젝트명 지정
npx create-bomb-boilerplate my-awesome-project
# 대화형 모드
npx create-bomb-boilerplate생성 후
cd my-project
yarn dev라이선스
MIT
