https://alex-min.fr/open-sourcing-my-phoenix-boilerplate/
What's included out of the box:
Future integrations:
Please send a PR if you have some good features you would like to integrate to ExPlatform.
Please install asdf which can install all the tooling required.
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
then restart bash and install all the plugins:
asdf plugin-add python
asdf plugin-add erlang
asdf plugin-add elixir
asdf plugin-add nodejs
Install all the tools:
asdf install
Pre-commit checks your changes every time you do a commit.
pip install pre-commit
pre-commit install
mix deps.get
mix ecto.setup
mix phx.server
mix test # Elixir tests
mix testjs # Javascript tests
mix gettext.extract
mix gettext.merge priv/gettext/ --locale en
mix gettext.merge priv/gettext/ --locale fr
# ... other locales
Elixir
74.9%
HTML
20.2%
JavaScript
3.0%
SCSS
1.0%
https://alex-min.fr/open-sourcing-my-phoenix-boilerplate/
What's included out of the box:
Future integrations:
Please send a PR if you have some good features you would like to integrate to ExPlatform.
Please install asdf which can install all the tooling required.
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
then restart bash and install all the plugins:
asdf plugin-add python
asdf plugin-add erlang
asdf plugin-add elixir
asdf plugin-add nodejs
Install all the tools:
asdf install
Pre-commit checks your changes every time you do a commit.
pip install pre-commit
pre-commit install
mix deps.get
mix ecto.setup
mix phx.server
mix test # Elixir tests
mix testjs # Javascript tests
mix gettext.extract
mix gettext.merge priv/gettext/ --locale en
mix gettext.merge priv/gettext/ --locale fr
# ... other locales
Elixir
74.9%
HTML
20.2%
JavaScript
3.0%
SCSS
1.0%