Lerna commands

Lerna commands #

I have been experimenting with Lerna to manage mono repositories in javascript projects.

Lerna provides a mechanism to run a command on each package in our mono repository with one cli. Here, I write down some of the commands I have been using:

Published