~brenns10/sc-argparse

d41a31e325e4db51bcc6c87eb27162b126f5e20e — Stephen Brennan 4 years ago 0923442
Add README
1 files changed, 21 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +21 -0
@@ 0,0 1,21 @@
sc-argparse
===========

This is a simple argument parsing library. See `src/example.c` for an example of
using it. The library is somewhat limited as of now.

Development
-----------

Run the following to create a build directory:

    meson build

You may then compile (or re-compile) with:

    ninja -C build

When you would like to commit your changes, please ensure that you have
pre-commit hooks installed, so that automated checks can run on your code:

    pre-commit install