mix tailwind.install (tailwind v0.1.0) View Source
Installs Tailwind CLI (by default under _build
).
$ mix tailwind.install
$ mix tailwind.install --force
By default, it installs 3.0.7 but you can configure it in your config files, such as:
config :tailwind, :version, "3.0.7"
Options
* `--force` - Always installs, even if the binary already exists.