habedi/template-zig-project
A template for Zig projects :lizard:
This is a project template for Zig projects. It provides a minimalistic project structure with pre-configured GitHub Actions, Makefile, and a few useful configuration files. I share it here in case it might be useful to others.
Check out the Makefile for available commands to manage the development workflow of the project.
# Install system and development dependencies (for Debian-based systems)
sudo apt-get install make
make install-deps
# See all available commands and their descriptions
make help
See CONTRIBUTING.md for details on how to make a contribution.
This project is licensed under the MIT License (LICENSE or https://opensource.org/licenses/MIT)