5pm-HDH / churchtools-cli

With the ChurchTools-CLI-Tool, you can access data from your ChurchTools application instance directly through a CLI application, using simple commands that are easy to learn. The tool is compatible with cmd on Windows, terminal on Mac, and bash on Linux.
3 stars 0 forks source link

Executable with Webinterface #35

Open DumbergerL opened 1 year ago

DumbergerL commented 1 year ago

Executable Application could look like this:

  1. Store a "ct.bat" file with, that executes a command and opens the browsers url
@ECHO OFF
php ct.phar app:start
start http://localhost:8080
  1. The app:start-Command starts a Webserver with a GUI

This GUI must be able to

Maybe this is out of scope and should be a seperat project.