View Source Pnpm
A mix task to install your phoenix web app npm dependencies with pnpm
.
Installation
If available in Hex, the package can be installed
by adding pnpm
to your list of dependencies in mix.exs
:
def deps do
[
{:pnpm, "~> 0.0.15"}
]
end
Documentation can be found at https://hexdocs.pm/pnpm.