README.md

# mix phx.new.yosu

A wrapper for mix phx.new with better defaults.

- Use short UUIDs with custom schema module
- Use utc_datetime_usec for timestamps
- Use credo and styler for static analysis and formatter

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `phx_new_yosu` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:phx_new_yosu, "~> 0.1.0"}
  ]
end
```