mix_npm v0.2.0 Mix.Tasks.Npm.Run
Task to allow the running of npm scripts.
e.g. mix npm.run build
is equivalent to npm run build
.
Summary
Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.