Skip to content
← Back to projects

Skeleton C

⚡️ This package provides a wonderful C skeleton to start building your next package idea.

This package provides a wonderful C Skeleton to start building your next package idea.

⚡️ Create your package using Git:

git clone https://github.com/nunomaduro/skeleton-c your-application-name

✅ Run unit tests using cmocka

make tests

🚀 Run the your application:

make
./bin/application

Skeleton C was created by Nuno Maduro under the MIT license.

New version available.