bo / t3toolbox
Typo3 工具
2.0.1
2018-04-28 20:23 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-29 02:30:00 UTC
README
如何安装
将 t3toolbox 添加到你的 composer.json 文件中
运行: composer require bo/t3toolbox
将以下行添加到你的主 composer.json 文件中
"scripts": {
"post-update-cmd": [
"cd vendor/bo/t3toolbox && npm update --silent"
],
"post-install-cmd": [
"cd vendor/bo/t3toolbox && npm update --silent"
]
}
在添加这些行之后,请运行 composer install
或 composer update
如何使用
如果你使用 PHPStorm,请访问 vendor/bo/t3toolbox
。在 gulpfile.js
上右键单击并显示 gulp 任务。
使用 "检查" 任务来查看是否一切正常
要求
JQ
jq 是一个轻量级且灵活的命令行 JSON 处理器。
使用 brew 安装 jq