This repository is the stable base upon which we build our Elixir projects at Mirego.
We want to share it with the world so you can build awesome Elixir applications too.
This boilerplate comes with batteries included, you’ll find:
- The battle-tested production-ready web framework Phoenix
- Popular databases integration with Ecto
- Tests with ExUnit, with coverage
- Linting with Credo
- Formatting with mix format
- A Distillery setup with Docker integration
- Translations powered by Gettext
- Dialyzer
- Useful utilities for standard web server: HTTP Basic Auth, canonical host
- Error reporting with Sentry
- A clean and useful
README.md
template
- Clone this project (
git clone https://github.com/mirego/elixir-boilerplate.git
) - Delete the internal Git directory (
rm -rf .git
) - Run the boilerplate setup script (
./boilerplate-setup.sh YourProjectName
) - Create a new Git repository (
git init
) - Create the initial Git commit (
git commit -a -m "Initial commit"
)
Elixir Boilerplate is © 2017-2019 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md
file.
The drop logo is based on this lovely icon by Creative Stall, from The Noun Project. Used under a Creative Commons BY 3.0 license.
Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.