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
- Host: GitHub
- URL: https://github.com/dwarvesf/template-elixir-phoenix
- Owner: dwarvesf
- License: mit
- Created: 2018-08-08T08:14:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T08:38:40.000Z (almost 8 years ago)
- Last Synced: 2025-06-03T20:00:03.770Z (about 1 year ago)
- Topics: elixir, elixir-phoenix, sao, template
- Language: Elixir
- Homepage: https://d.foundation/opensource
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)