This sitepackage extension is designed for TYPO3 version 13, showcasing the latest features and improvements introduced in this version.
URL | |
---|---|
Repository: | https://github.com/hojalatheef/sitepackage.git |
Read online: | https://github.com/hojalatheef/sitepackage/wiki |
Clone or download the sitepackage
extension repository.
git@github.com:hojalatheef/sitepackage.git
Go to the TYPO3 Extension Manager and install the extension. Usage
After installation, you can utilize this sitepackage
extension to develop TYPO3
websites that leverage the new features and enhancements introduced in TYPO3
version 13.
The sitepackage
comes with a simple demo set of tests. It relies
on the runTests.sh script which is a simplified version of a similar script from
the TYPO3 core.
Find detailed usage examples by executing Build/Scripts/runTests.sh -h
and
have a look at
.github/workflows/tests.yml
to see how this is used in CI.
Example usage:
Build/Scripts/runTests.sh -s composerUpdate
Build/Scripts/runTests.sh -s rector
Build/Scripts/runTests.sh -s phpstan
Build/Scripts/runTests.sh -s cgl
Running some tests locally can fix errors that are just displayed in actions on github. The following command can fix things like linebreaks or indentations:
Build/Scripts/runTests.sh -s composerNormalize -n
This sitepackage
extension is maintained by Hoja Mustaffa Abdul Latheef. Feel
free to contribute by submitting pull requests or reporting issues on GitHub.
This extension is released under the MIT License. Feel free to use, modify, and distribute it according to your needs.