
A fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages.
Visit WebsitePros
Cons
Lerna is completely free to use with no hidden costs.
No reviews yet. Be the first to review Lerna!
Top alternatives based on features, pricing, and user needs.
lerna version increments package version numbers, commits these changes, and tags them in the repository. In contrast, lerna publish performs all the actions of lerna version and additionally pushes the updated packages to npm..env files by default. This behavior can be disabled for specific tasks by setting the --load-env-files flag to false.lerna.json, while Independent mode allows each package to have its own distinct version.lerna publish from-package. This command compares the version of each package in the repository with its published version on npm and only publishes packages where the repository version is greater.Source: lerna.js.org