-
Notifications
You must be signed in to change notification settings - Fork 0
Yarn workspace & Lerna
jaeseok.an edited this page Dec 20, 2019
·
3 revisions
참고 (https://doppelmutzi.github.io/monorepo-lerna-yarn-workspaces/)
- 한 repository안에 여러 mini repository가 존재
- 각 mini repository는 별도의 package.json을 가짐
- 전체 minirepo가 library를 공유하는게 point
- Yarn workspace
- Yarn native monorepo 지원
- Lerna
- Yarn workspace가 나오기 전에 이미 나옴
- User level monorepo 지원
test