lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
Bump version of packages changed since the last release
Import a package into the monorepo with commit history
Create a new lerna-managed package
List local packages that have changed since the last tagged release
Execute an arbitrary command in each package
An internal Lerna tool
An internal Lerna tool
Lerna project configuration
Publish packages in the current project
Lerna's internal base class for commands
Lerna's internal representation of a package graph
Link local packages together and install remaining package dependencies
Add a dependency to matched packages
Remove the node_modules directory from all packages
Run an npm script in each package that contains that script
List local packages
Create a new Lerna repo or upgrade an existing repo to the current version of Lerna
Diff all packages or a single package since the last release
Lerna's internal interface to conventional-changelog and friends