-
-
Notifications
You must be signed in to change notification settings - Fork 5
gt command overview
Greg Bowler edited this page May 9, 2026
·
2 revisions
- Explain that the CLI gathers common framework tasks behind one consistent interface.
- Explain the difference between development convenience and production deployment.
- Introduce
gt create,gt run,gt serve,gt build,gt test, andgt cron. - Explain when a developer will use each command in a normal workflow.
- Sketch a standard loop: create, run, edit, test, build, deploy.
- Explain which commands are used only occasionally.
See the full reference of gt commands, or move on to the hello world tutorial.
- File-based routing
- Page views
- Page logic
- Dynamic URIs
- Headers and footers
- Custom HTML components
- Page partials
- Binding data to the DOM
- DOM manipulation
- Hello You tutorial
- Todo list tutorial
- Address book tutorial WIP
- Blueprints
- Application architecture
- Coding styleguide WIP
- PHP environment setup WIP
- Web servers WIP
- Background cron tasks
- Database setup WIP
- Client-side compilation WIP
- Testing WebEngine applications WIP
- Production checklist WIP
- Security WIP