https://github.com/vmfunc/epitech-boilerplate
Boilerplate repository for Epitech
https://github.com/vmfunc/epitech-boilerplate
Last synced: about 1 month ago
JSON representation
Boilerplate repository for Epitech
- Host: GitHub
- URL: https://github.com/vmfunc/epitech-boilerplate
- Owner: vmfunc
- Created: 2023-10-09T13:32:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T00:35:30.000Z (2 months ago)
- Last Synced: 2026-02-14T07:24:36.642Z (2 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epitech repository boilerplate
This repo contains all you should need to have a basic working repository for your Epitech assignments
## Cloning
Make sure you have `criterion`, `gcovr`, `gcc` and all the required dependencies for your project installed.
```bash
git clone git@github.com:hytracer/epitech-boilerplate.git
```
## Contributing
Feel free to submit PRs to this project. Please try to follow the Epitech Coding Style while submitting.