@@ -22,11 +22,11 @@ npm help npm more involved overview
22
22
All commands:
23
23
24
24
access, adduser, audit, bin, bugs, cache, ci, completion,
25
- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
26
- edit, exec, explain, explore, find-dupes, fund, get, help ,
27
- hook, init, install, install-ci-test, install-test, link ,
28
- ll, login, logout, ls, org, outdated, owner, pack, ping ,
29
- pkg, prefix, profile, prune, publish, rebuild, repo,
25
+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
26
+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
27
+ help, hook, init, install, install-ci-test, install-test,
28
+ link, ll, login, logout, ls, org, outdated, owner, pack,
29
+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
30
30
restart, root, run-script, search, set, set-script,
31
31
shrinkwrap, star, stars, start, stop, team, test, token,
32
32
uninstall, unpublish, unstar, update, version, view, whoami
@@ -58,11 +58,11 @@ npm help npm more involved overview
58
58
All commands:
59
59
60
60
access, adduser, audit, bin, bugs, cache, ci, completion,
61
- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
62
- edit, exec, explain, explore, find-dupes, fund, get, help ,
63
- hook, init, install, install-ci-test, install-test, link ,
64
- ll, login, logout, ls, org, outdated, owner, pack, ping ,
65
- pkg, prefix, profile, prune, publish, rebuild, repo,
61
+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
62
+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
63
+ help, hook, init, install, install-ci-test, install-test,
64
+ link, ll, login, logout, ls, org, outdated, owner, pack,
65
+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
66
66
restart, root, run-script, search, set, set-script,
67
67
shrinkwrap, star, stars, start, stop, team, test, token,
68
68
uninstall, unpublish, unstar, update, version, view, whoami
@@ -94,11 +94,11 @@ npm help npm more involved overview
94
94
All commands:
95
95
96
96
access, adduser, audit, bin, bugs, cache, ci, completion,
97
- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
98
- edit, exec, explain, explore, find-dupes, fund, get, help ,
99
- hook, init, install, install-ci-test, install-test, link ,
100
- ll, login, logout, ls, org, outdated, owner, pack, ping ,
101
- pkg, prefix, profile, prune, publish, rebuild, repo,
97
+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
98
+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
99
+ help, hook, init, install, install-ci-test, install-test,
100
+ link, ll, login, logout, ls, org, outdated, owner, pack,
101
+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
102
102
restart, root, run-script, search, set, set-script,
103
103
shrinkwrap, star, stars, start, stop, team, test, token,
104
104
uninstall, unpublish, unstar, update, version, view, whoami
@@ -130,11 +130,11 @@ npm help npm more involved overview (in a browser)
130
130
All commands:
131
131
132
132
access, adduser, audit, bin, bugs, cache, ci, completion,
133
- config, dedupe, deprecate, diff, dist-tag, docs, doctor ,
134
- edit, exec, explain, explore, find-dupes, fund, get, help ,
135
- hook, init, install, install-ci-test, install-test, link ,
136
- ll, login, logout, ls, org, outdated, owner, pack, ping ,
137
- pkg, prefix, profile, prune, publish, rebuild, repo,
133
+ config, copy, dedupe, deprecate, diff, dist-tag, docs,
134
+ doctor, edit, exec, explain, explore, find-dupes, fund, get,
135
+ help, hook, init, install, install-ci-test, install-test,
136
+ link, ll, login, logout, ls, org, outdated, owner, pack,
137
+ ping, pkg, prefix, profile, prune, publish, rebuild, repo,
138
138
restart, root, run-script, search, set, set-script,
139
139
shrinkwrap, star, stars, start, stop, team, test, token,
140
140
uninstall, unpublish, unstar, update, version, view, whoami
@@ -302,6 +302,22 @@ All commands:
302
302
303
303
Run "npm help config" for more info
304
304
305
+ copy npm copy
306
+
307
+ Copy package to new location
308
+
309
+ Usage:
310
+ npm copy <destination>
311
+
312
+ Options:
313
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
314
+ [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
315
+ [-ws|--workspaces] [--include-workspace-root]
316
+
317
+ alias: cp
318
+
319
+ Run "npm help copy" for more info
320
+
305
321
dedupe npm dedupe
306
322
307
323
Reduce duplication in the package tree
0 commit comments