igniter/installer
Zach Daniel 1106f572bb fix: remove force?: true from dep installation
fix: better handling of positional args in igniter.new
2024-07-31 14:48:34 -04:00
..
lib fix: remove force?: true from dep installation 2024-07-31 14:48:34 -04:00
mix.exs chore: new installer version 2024-07-15 21:32:39 -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