https://github.com/phpgt/gtcommand
Provides the `gt` command for automating WebEngine development.
https://github.com/phpgt/gtcommand
automation developer-experience ergonomics php
Last synced: 5 months ago
JSON representation
Provides the `gt` command for automating WebEngine development.
- Host: GitHub
- URL: https://github.com/phpgt/gtcommand
- Owner: PhpGt
- Created: 2021-06-08T15:51:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T18:12:26.000Z (6 months ago)
- Last Synced: 2025-01-04T06:34:59.896Z (5 months ago)
- Topics: automation, developer-experience, ergonomics, php
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Provides the `gt` command for automating WebEngine development.
===============================================================This repository holds the CLI functionality for [PHP.Gt/WebEngine](https://www.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