npm-pack (1) Linux Manual Page
npm-pack – Create a tarball from a package Synopsisnpm pack [[<@scope>/]<pkg>…] [–dry-run]DescriptionFor anything that’s installable (that is, a package folder, tarball, tarball url, name@tag, name [at] 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…
