View Source mix deno_ex.install (DenoEx v0.5.0)
A mix task that installs Deno into your project.
Usage
mix deno.install
Options
:path
(String.t/0
) - The path to install deno. The default value is"/Users/akoutmos/Documents/opensource/deno_ex/_build/dev/lib/deno_ex/priv/bin"
.:chmod
(String.t/0
) - The permissions that will be set on the deno binary. In octal format. The default value is"770"
.