New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gve/bridge

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gve/bridge

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

latest
Source
npmnpm
Version
0.4.4
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 31 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts