igniter notes
This commit is contained in:
parent
f1a4d0817f
commit
8079101a73
1 changed files with 7 additions and 0 deletions
|
@ -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
|
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
|
## Initializing a new Ash Project
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue