pnpm
v0.0.15
Pages
Modules
Mix
Tasks
Settings
View Source
Pnpm
(pnpm v0.0.15)
Wrapper for
pnpm
.
Link to this section
Summary
Functions
install(directory, into)
Executes pnpm install
Link to this section
Functions
Link to this function
install(directory, into)
View Source
Executes pnpm install
Examples
iex>
Pnpm
.
install
(
"./"
,
IO
.
stream
(
)
)