Initializes a new Makefile-based Erlang project according to our conventions.
This skill automates the creation of a new Erlang project following our conventions,
including erlang.mk build tool and .elp.toml config.
src/, test/, include/..elp.toml config for Erlang Language Platform support in the IDE.erlang.mk build tool.Makefile with meck for testing.make local)..gitignore.To initialize a new project, run the following command from the root of your desired project directory:
# Provide the project name and the path to the skill.
# Target directory defaults to '.' if not specified.
{{skill_dir}}/scripts/init.sh <project_name> {{skill_dir}} [target_dir]
erlang.mk.Makefile and .elp.toml from templates.resources/templates/: Contains all file templates used for initialization.scripts/init.sh: The core logic for project setup.