README.md
# Pnpm
A mix task to install your phoenix web app npm dependencies with `pnpm`.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pnpm` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pnpm, "~> 0.0.15"}
]
end
```
Documentation can be found at <https://hexdocs.pm/pnpm>.