adrianoferreira/wp-plugin-skeleton 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

adrianoferreira/wp-plugin-skeleton

Composer 安装命令:

composer require adrianoferreira/wp-plugin-skeleton

包简介

A simple skeleton for building WordPress plugins

README 文档

README

That's just another skeleton for quickly prototyping of WordPress plugins.

It comes out of the box with:

  • PHPStan
  • PHP_CodeSniffer
  • PHPUnit
  • Travis Yaml file
  • Twig
  • Make commands

Installation

It's recommended that you use Composer to install this library.

Inside of wp-content/plugins run the command:

$ composer create-project adrianoferreira/wp-plugin-skeleton:dev-master

Make commands

Make a production build of the plugin and place it inside of the ./build folder:

$ make build

Run unit tests, style check and static files check:

$ make test

Development build:

$ make dev

统计信息

  • 总下载量: 75
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-06-20