README.md
# mix phx.new.john_elm_labs
`mix phx.new` with better defaults.
This Mix task significantly reduces the manual effort required to set up a new Phoenix project with standard tools and configurations.
For a more detailed overview, please visit [the blog post](https://johnelmlabs.com/posts/better-mix-phx-new)
## Installation
It's available on Hex.pm.
Simply run `mix archive.install hex phx_new_john_elm_labs` to install it.
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `phx_john_elm_labs` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phx_john_elm_labs, "~> 0.1.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/phx_john_elm_labs>.