cli2web
1.0.0
The aim of this project is to make it trivial to expose a shell script("command-line script" or "CLI script") as a web application.
This library offers conversion, logic and templates to gather user input, feed it to a shell script and render the output in the browser.
All that has to be provided is a shell script and configuration. Optionally logic can be added to compliment the input, output or render process.
Installation is done using composer:
composer require potherca/cli2web
As this is a web application, it is assumed a web-server is available.
For more advanced scenario's any of the following steps can also be taken: