wand_core v0.3.1 mix wand_core.init View Source
Load an existing projects dependencies, and print it to the console in JSON format
This task is used internally by wand init to gather the existing dependencies, in order to convert them into a WandFile.
Specifically note that the JSON format here is just a JSON version of Application.deps(). It is not WandFile format.
See WandCore.Opts
for the custom opts JSON
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.