lerna

Manage JavaScript monorepos with multiple interdependent packages

brewmacoslinux
Try with needOr install directly
Source

About

Tool for managing JavaScript projects with multiple packages

Commands

lerna

Examples

Initialize a new Lerna monorepo$ lerna init
Install dependencies for all packages in the monorepo$ lerna bootstrap
Publish changed packages to npm registry$ lerna publish