This is a template repository for Elixir projects.
After cloning this template repository:
- Rework the content of
README.md
- Rename the project with this command:
bash ./scripts/rename_project.sh [PROJECT_NAME] [OWNER_NAME]
- Create a Personal Access Token (PAT)
with all scopes for
repo
checked - Add a new action secret named
PAT_GITHUB
with the value of the PAT
All information about the setup of the development environment can be found here.
Most documentation is listed under the docs directory.
To see the full list of available bash commands, run this command:
./run help
- Inspiration from Taskfile by
adriancooney for
run
file - Inspiration from
elixir-boilerplate by mirego
for
scripts/rename_project.sh