ochorocho / tdk-composer-plugin
TYPO3 Development Kit additional Composer commands
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^2.3
- composer/composer: ^2.4
This package is auto-updated.
Last update: 2024-10-20 15:59:57 UTC
README
Ease the TYPO3 Composer based Contribution Setup.
Run composer create-project ochorocho/tdk <target-folder-name>
and answer
the command prompts as needed. If you want the current dev version add --stability=dev
to the command.
This command guides you through the process of setting up a composer based TYPO3 CoreDev environment.
Command prompts
- What is your TYPO3/Gerrit Account Username? : Username used on https://review.typo3.org/ which in most cases is your http://my.typo3.org login
- Setup Commit Message Hook? [y/n] : default=y
- Setup Pre Commit Hook? [y/n] : default=y
- Create a basic ddev config? [y/n] : default=y
Additional Composer commands/scripts
composer <command>
tdk:setup
: Setup everything to run a Composer based CoreDev Setuptdk:cleanup
: Delete all files and foldertdk:hooks <create|delete>
: Create/delete created hooks in.git/hooks
tdk:git template
: Configure TYPO3 repository to use.gitmessage.txt
as commit message templatetdk:ddev
: Create a basic ddev configurationtdk:help
: Show summary with links to the TYPO3 Contribution Guidetdk:doctor
: Show potential issuestdk:git apply
: Apply Gerrit patch e.g.composer tdk:git apply --ref=refs/changes/60/69360/6