An open API service indexing awesome lists of open source software.

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

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.