stellarwp/strauss-build

处理 Strauss 构建的帮助脚本

v0.1.1.3 2023-02-22 23:01 UTC

This package is auto-updated.

Last update: 2024-08-23 02:14:00 UTC


README

这是一个处理 Strauss 构建的帮助仓库。

安装

composer require stellarwp/strauss-build

配置

composer.json 文件中应包含以下内容

"scripts": {
	"strauss": [
		"./vendor/bin/stellar-strauss"
	],
	"post-install-cmd": [
		"@strauss --command=install"
	],
	"post-update-cmd": [
		"@strauss --command=update"
	]
},