We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caad9c commit 0561333Copy full SHA for 0561333
README.md
@@ -21,6 +21,22 @@ projects.
21
22
3. Pick nix-shell or Mise for the development environment.
23
24
+4. For a [Phoenix](https://www.phoenixframework.org/) application, generate it with:
25
+
26
+ 1. Install [phx_new](https://hex.pm/packages/phx_new):
27
28
+ ```bash
29
+ mix archive.install hex phx_new 1.8.3
30
+ ```
31
32
+ _Omit the version (`1.8.3`) to install latest version of `phx_new`._
33
34
+ 2. Generate the Phoenix application within the current directory:
35
36
37
+ mix phx.new . --app awesome_name
38
39
40
## nix-shell for Elixir and Phoenix
41
42
Reproducible development environment for Elixir/Phoenix projects which relies on
0 commit comments