lerna-add-many
v1.0.0
Published
Add many dependencies at once with `lerna add`
Downloads
2
Readme
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