phpgt/gtcommand

There is no license information available for the latest version (v1.0.1) of this package.

Provides the `gt` command for automating WebEngine development.

Fund package maintenance!
PhpGt

v1.0.1 2022-09-07 16:32 UTC

README

This repository holds the CLI functionality for PHP.Gt/WebEngine, exposed via the gt command line.

The following commands are exposed:

  • gt create - create a new WebEngine application
  • gt serve - run the inbuilt development server
  • gt build - compile client-side assets
  • gt cron - invoke scripts or static functions at regular intervals
  • gt run - run all background scripts at once - a combination of serve, build --watch and cron --watch --now
  • gt deploy - instantly deploy your application to the internet