bo/t3toolbox

Typo3 工具

安装数: 8,331

依赖: 0

建议者: 0

安全: 0

星标: 2

关注者: 6

分支: 2

公开问题: 3

语言:Shell

类型:工具

2.0.1 2018-04-28 20:23 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 installcomposer update

如何使用

如果你使用 PHPStorm,请访问 vendor/bo/t3toolbox。在 gulpfile.js 上右键单击并显示 gulp 任务。

使用 "检查" 任务来查看是否一切正常

要求

JQ

jq 是一个轻量级且灵活的命令行 JSON 处理器。

使用 brew 安装 jq

https://stedolan.github.io/jq/download/