bo / t3toolbox
Tools for Typo3
Installs: 8 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 1
Open Issues: 2
Language:Shell
Type:tools
Requires
This package is not auto-updated.
Last update: 2025-02-02 04:12:33 UTC
README
How to install
Add t3toolbox to your composer.json
Run: composer require bo/t3toolbox
Add the following lines to your main composer.json:
"scripts": {
"post-update-cmd": [
"cd vendor/bo/t3toolbox && npm update --silent"
],
"post-install-cmd": [
"cd vendor/bo/t3toolbox && npm update --silent"
]
}
After you have added this lines please run composer install
or composer update
How to use
If you use PHPStorm go to vendor/bo/t3toolbox
. Rightclick on the gulpfile.js
and show gulp taks.
Use the "Check" task to see if everything is fine
Requirements
JQ
jq is a lightweight and flexible command-line JSON processor.
brew install jq