Skip to content

robertobernabe/cookiecutter-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-c

cookiecutter-c is a template for simple projects written in C with CMake.

Usage

You need cookiecutter, a tool to create projects from project templates. Once installed (in a virtualenv or just with pip install cookiecutter), you can use the following command:

cookiecutter https://github.com/robertobernabe/cookiecutter-c.git
cd your-project
git init
git add .
git commit -m "Initial commit"

Once you are done, your project is ready and you can compile it with:

<TODO>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published