Skip to content

Yarn workspace & Lerna

jaeseok.an edited this page Dec 20, 2019 · 3 revisions

참고 (https://doppelmutzi.github.io/monorepo-lerna-yarn-workspaces/)

Monorepo

  • 한 repository안에 여러 mini repository가 존재
  • 각 mini repository는 별도의 package.json을 가짐
  • 전체 minirepo가 library를 공유하는게 point

Monorepo를 지원하기 위한 Feature

  • Yarn workspace
    • Yarn native monorepo 지원
  • Lerna
    • Yarn workspace가 나오기 전에 이미 나옴
    • User level monorepo 지원

test

Clone this wiki locally