Table of contents
npm-pack
Create a tarball from a package
Select CLI Version:
Table of contents
Synopsis
npm pack [[<@scope>/]<pkg>...] [--dry-run]
Description
For anything that's installable (that is, a package folder, tarball, tarball url, name@tag, name@version, name, or scoped name), this command will fetch it to the cache, and then copy the tarball to the current working directory as <name>-<version>.tgz
, and then write the filenames out to stdout.
If the same package is specified multiple times, then the file will be overwritten the second time.
If no arguments are supplied, then npm packs the current package folder.
The --dry-run
argument will do everything that pack usually does without actually packing anything. Reports on what would have gone into the tarball.
See Also
声明:npm 及相关 logo 的版权归 npmjs.com 所有。本站点仅用于 npm 中文文档,与 npmjs.com 没有任何关系。由于译者水平有限,且避免产生误解,条款和政策内容不进行翻译,关于这部分,请移步官网查看最新内容。