C99 skeleton using zpl ecosystem.
Put project description here
There are several options in getting hands-on this library:
curl -L zpl.pw/fetch > zpl.h
# OR
wget zpl.pw/fetch -O zpl.h
This approach will download the latest release of zpl with everything prepared for you.
- Navigate to the releases page of the zpl repository and pick the version you want to use. Each release contains the distributed version of zpl for you to use easily.
- Clone the repository by pressing the Clone or download button for instructions or use your terminal to clone:
git clone https://github.com/zpl-c/skeleton.git
We use this method to develop zpl as it contains all the development sources that are easy to modify and expand, but it is not suitable for use in production.
Please follow the CONTRIBUTING.md guide to learn how to contribute to the project.