# `mix npm.pack`
[🔗](https://github.com/elixir-volt/npm_ex/blob/v0.7.4/lib/mix/tasks/npm.pack.ex#L1)

Create a tarball of the current package.

    mix npm.pack

Creates a `.tgz` file from the project's `package.json`,
including all files that would be published.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
