igniter notes

This commit is contained in:
Jeff Clement 2025-07-20 14:37:21 +00:00
parent f1a4d0817f
commit 8079101a73
Signed by: jeff
GPG key ID: 3BCB43A3F0E1D7DA

View file

@ -7,6 +7,13 @@ mix archive.install hex phx_new 1.8.0-rc.4 --force
mix phx.new . --app test_app --no-ecto --live
```
Can use igniter to add live_debugger, etc.
```
mix archive.install hex igniter_new --force
mix igniter.install live_debugger
```
## Initializing a new Ash Project
```