0.4.4 • Published 2 years ago

@gve/bridge v0.4.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Bridge

"Bridge" two or more Lerna monorepos so that you can develop in all of them simultaneously.

Installation

Install with npm.

npm i -D @gve/bridge

Usage

Point the bridge at the path of the source code you want to use. For example, the packages directory of another monorepo.

export SOURCE_DIR="~/path/to/other/monorepo/packages"
npx bridge ${SOURCE_DIR}

bridge will:

  • Copy the packages into a sub-directory of the current monorepo.
  • Update .gitignore to ignore them when committing.
  • Update lerna.json to ignore them when publishing packages.

Rationale

Read the rationale for this approach.

License

Apache 2.0

0.4.4

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.0

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.16

2 years ago