README.md

# phx_custom

Custom official template generated by `mix phx.new` with my own needs.

## Installation

Install latest version:

```sh
mix archive.install github m31271n/phx_custom
```

Install released version on [Hex.pm](https://hex.pm/):

```
mix archive.install hex phx_custom
```

## Usage

> Currently, support umbrella project only.

```sh
mix phx.new --umbrella project
cd project

mix phx.custom.web .
```

## License

[MIT](https://stack.m31271n.com/licenses/MIT.txt) © [m31271n](https://stack.m31271n.com)