mix ex_tabler_icons.install (ExTablerIcons v0.1.0) View Source
Installs tabler-icons.
$ mix ex_tabler_icons.install
$ mix ex_tabler_icons.install --if-missing
By default, it installs 1.50.0 but you can configure it in your config files, such as:
config :ex_tabler_icons, :version, "1.50.0"Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist