wand v0.3.2 Wand.CLI.Commands.Init View Source

Init

Convert an elixir project to use wand for dependencies.

Usage

wand init [path] [flags]

Examples

wand init
wand init /path/to/project
wand init --overwrite

Options

By default, wand init will refuse to overwrite an existing wand.json file. It will also refuse to install the wand.core task without confirmation. This is controllable via flags.

--overwrite           Ignore the presence of an existing wand.json file, and create a new one