1.0.0 • Published 3 years ago

lerna-add-many v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Lerna Add Many

Add many dependencies to packages in Lerna monorepos.

Install

Install the lerna-add-many package globally with npm or yarn.

Usage

Usage: lerna-add-many [options] <dep> [dep2... depN]

Options:
	--globs, -G <globs...>		comma-delim list of package directory globs to match
	[additional Lerna option(s)]	options to pass through to Lerna

Each <dep> will be individually installed with `lerna add [options] <dep> [globs]` in succession
See `lerna add --help` for additional information