Skip to content

INI / JSON defaults

Latest

Choose a tag to compare

@g105b g105b released this 06 Jul 16:48
f5e7cb0

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 test for Composer and npm test scripts.
  • Added gt create --empty for 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.