igniter/installer
Zach Daniel 0c810bfc3e
Some checks are pending
CI / ash-ci (push) Waiting to run
chore: bump installer
2024-07-31 18:31:33 -04:00
..
lib improvement: add create_module utility 2024-07-31 18:29:11 -04:00
mix.exs chore: bump installer 2024-07-31 18:31:33 -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