yarn lerna 2.0.0-beta.22
v2.0.0-beta.22

latest releases: 8.1.3, 8.1.2, 8.1.1...
7 years ago

New Feature

@gigabo Adds an awesome feature to help users transition their repos into a monorepo and being able to basically move the contents of another repo into the lerna repo (including the git history)!

lerna import (#173) @gigabo

$ lerna import <path-to-external-repository>

Import the package at <path-to-external-repository>, with commit history, into packages/<directory-name>. Original commit authors, dates and messages are preserved. Commits are applied to the current branch.

This is useful for gathering pre-existing standalone packages into a Lerna repo. Each commit is modified to make changes relative to the package directory. So, for example, the commit that added package.json will instead add packages/<directory-name>/package.json.

Misc

  • Revert "Use sync-exec for node 0.10" (#242)
  • Revert "Fix bootstrap install to use quotes around versions (#235)"

Don't miss a new lerna release

NewReleases is sending notifications on new releases.