https://github.com/vmfunc/epitech-boilerplate
Boilerplate repository for Epitech
https://github.com/vmfunc/epitech-boilerplate
Last synced: 5 months 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: 2023-10-09T13:40:37.000Z (over 2 years ago)
- Last Synced: 2025-04-06T05:06:34.214Z (11 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- 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.