api
There is now a simple graphql API to run the spinachlang compiler on a server.
install
pip install spinachlangapi
This install the CLI command spinachlangapi To run with defaults:
spinachlangapi
To run with configuration
spinachlangapi --host [host] --port [port]