Lerna is a tool designed to help develop JavaScript projects in a single git repo containing multiple related npm packages.
The two primary commands in Lerna are lerna bootstrap
and lerna publish
.
bootstrap
will link dependencies in the repo together. publish
will help publish any updated packages.
Related links: