You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Options:
36
36
37
37
-`-h, --help`: Output this help
38
38
-`-S, --save`: Saved packages will appear in your package.json under "localDependencies"
39
+
-`--pkg=<pnpm|npm>`: Specify which package manager to use. By default it will try to auto detect (see if `pnpm-lock.yaml` exists in the current directory).
39
40
-`-T, --target-siblings`: Instead of installing into this package, this package gets installed into sibling packages
40
41
which depend on this package by putting it in the "localDependencies".
41
42
Useful in a [lerna](https://github.com/lerna/lerna) style monorepo.
0 commit comments