igniter/installer
Zach Daniel 0aed000bbf fix: fix deps compilation issues by vendoring deps.compile
fix: honor `--yes` flag when installing deps always
2024-07-09 16:38:57 -04:00
..
lib/mix/tasks fix: fix deps compilation issues by vendoring deps.compile 2024-07-09 16:38:57 -04:00
mix.exs chore: bump installer version 2024-06-20 19:25:48 -04:00
mix.lock improvement: add installer archive 2024-06-03 13:13:49 -04:00
README.md improvement: add installer archive 2024-06-03 13:13:49 -04:00

mix igniter.new

Provides igniter.new installer as an archive.

To install from Hex, run:

$ mix archive.install hex igniter_new

To build and install it locally, ensure any previous archive versions are removed:

$ mix archive.uninstall phx_new

Then run:

$ cd installer
$ MIX_ENV=prod mix do archive.build, archive.install