← Retour aux projets
Skeleton C
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.