achttienvijftien/brick
最新稳定版本:0.0.1
Composer 安装命令:
composer require achttienvijftien/brick
包简介
WordPress starter plugin
关键字:
README 文档
README
Brick is a WordPress starter plugin that makes for easy and fast plugin creation.
Prerequisites
Basic installation
- PHP >= 8.0
- Composer
Testing
Installation
- Create a new project using Composer:
composer create-project achttienvijftien/brick {{name-of-your-plugin}} - Follow the steps in INITIAL-SETUP.md.
- Good to go!
Testing
Setup
- Install Composer packages:
composer install - Install the correct Node.js version:
nvm install - Install NPM packages:
yarn - Start wp-env
yarn wp-env start - Check if test suite is ready:
yarn test - When test result is OK you're ready to start writing tests in test/php
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-11-11