Forrest logo
back to context overview

lerna

List of commands for lerna:

  • lerna:tldr:25836 lerna: Install all external dependencies of each package and symlink together local dependencies.
    $ lerna bootstrap
    try on your machine
    explain this command
  • lerna:tldr:b3050 lerna: Publish all packages that have changed since the last release.
    $ lerna publish
    try on your machine
    explain 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 machine
    explain this command
  • lerna:tldr:e50c5 lerna: Initialize project files (`lerna.json`, `package.json`, `.git`, etc.).
    $ lerna init
    try on your machine
    explain this command
back to context overview