
lerna
List of commands for lerna:
-
lerna:tldr:25836 lerna: Install all external dependencies of each package and symlink together local dependencies.$ lerna bootstraptry on your machineexplain this command
-
lerna:tldr:b3050 lerna: Publish all packages that have changed since the last release.$ lerna publishtry on your machineexplain this command
-
lerna:tldr:d493c lerna: Run a specific script for every package that contains it in its `package.json`.$ lerna run ${script}try on your machineexplain this command
-
lerna:tldr:e50c5 lerna: Initialize project files (`lerna.json`, `package.json`, `.git`, etc.).$ lerna inittry on your machineexplain this command