An open API service indexing awesome lists of open source software.

https://github.com/dwarvesf/template-elixir-phoenix

Elixir template using at Dwarves for the next web app
https://github.com/dwarvesf/template-elixir-phoenix

elixir elixir-phoenix sao template

Last synced: about 2 months ago
JSON representation

Elixir template using at Dwarves for the next web app

Awesome Lists containing this project

README

          

# Template Elixir Phoenix

> This is a boilderplate for elixir phoenix

## Usage
### 1. Create Elixir Phoenix
Create your [Elixir Phoenix](https://hexdocs.pm/phoenix/up_and_running.html) project first

```bash
mix phx.new my_project
```

### 2. Clone template by **SAO**
Install [SAO](https://github.com/egoist/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

**From git (must be same as phoenix project name)**

```bash
sao dwarvesf/template-elixir-phoenix my_project
```

## Features
- [x] Makefile
- [x] Docker compose
- [x] Credo
- [x] Formater

## License

MIT © [Dwarves Team](github.com/dwarvesf)