This template is a minimal working C demo used for creating a web app via the Signaloid CLI Tool.
The signaloid-cli tool requires the Signaloid-Demo-CommonUtilityRoutines routines command-line argument parsing and the ability to print to json format.
Command-line arguments:
[-k [Input value of the demo. Can be a single value or a Ux String.]
For more details on Ux Strings, visit the Signaloid public documentation page.
The correct way to clone this repository is:
git clone --recursive https://github.com/signaloid/Signaloid-CLI-Demo-C-Template.git
To update all submodules
git pull --recurse-submodules
git submodule update --remote --recursive
If you forgot to clone with --recursive, and end up with empty submodule directories, you can remedy this with
git submodule update --init --recursive