Skip to content

signaloid/Signaloid-CLI-Demo-C-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Add to signaloid.io] [Add to signaloid.io]

Template for CLI tool with single main()

This template is a minimal working C demo used for creating a web app via the Signaloid CLI Tool.

Requirements

The signaloid-cli tool requires the Signaloid-Demo-CommonUtilityRoutines routines command-line argument parsing and the ability to print to json format.

Usage:

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.

Cloning the Repository

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

About

Template example repository for usage with the Signaloid CLI tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors