igniter/installer
Zach Daniel 0adb5ad23c fix: force compile dependencies.
Having problems with ash_json_api's optional dependence on open_api_spex
and this solves it. We really need to figure out how to do this incremental
dependency compilation fluidly, just takes someone more familiar w/ invoking
the compiler/mix
2024-07-22 16:12:20 -04:00
..
lib fix: force compile dependencies. 2024-07-22 16:12:20 -04:00
mix.exs chore: new installer version 2024-07-15 21:32:39 -04:00
mix.lock
README.md

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