c_project_template Quick start pip install c_project_template from c_project_template import ... Contributing # clone the repo git clone https://github.com/minhxuvi/c_project_template.git # install the dev dependencies make install # run the tests make test