This release brings a few helpful quality-of-life improvements for WebEngine projects.
The gt build command now looks for the default build configuration in INI format first, falling back to JSON when needed. This keeps newer projects working smoothly while continuing to support existing build.default.json setups.
There is also a new gt test command, which runs any configured PHP and JavaScript test suites it finds in composer.json and package.json. This gives teams a single, convenient command for checking their project from the CLI.
Project creation has been made a little easier too: gt create now supports an --empty option for starting with the empty blueprint, using the default App namespace automatically.
What's changed
- Added support for
build.default.ini, with JSON still supported as a fallback. - Added
gt testfor Composer and npm test scripts. - Added
gt create --emptyfor simpler empty project creation. - Updated the README to include the new test command.
These changes should make day-to-day project setup, building and testing a bit smoother for everyone using GtCommand.