View Source mix bun.install (elixir_bun v0.1.3)

Installs bun under _build.

$ mix bun.install
$ mix bun.install --if-missing

By default, it installs 1.0.2 but you can configure it in your config files, such as:

config :elixir_bun, :version, "1.0.2"

Options

* `--runtime-config` - load the runtime configuration
  before executing command

* `--if-missing` - install only if the given version
  does not exist