Skeleton GitHub Course Generator.
This template
is a simple way to create a new repository with a pre-defined structure and files.
Creating a new repository using this template triggers a GitHub Actions workflow that will clone the repository, clean up the template files, and push the changes back to the repository.
- Click on the
Use this template
button. - Fill in the repository name and description.
- Click on
Create repository from template
. ⚠️ Wait for the GitHub Actions workflow to finish.- Clone the repository.
- GitHub Actions workflow to clean up the template files.
- README.md with sections and badges.
- Makefile with common commands.
- Notes file to take notes during the course.
-
.editorconfig
file to maintain consistent coding styles.
Done with