Miaoxing 开发脚本


README

GitHub Workflow Status Coverage Status License

PHPCS 使用说明

  1. 下载到本地
git clone https://github.com/miaoxing/dev.git path/to/coding-standards
  1. 添加到phpcs安装目录
phpcs --config-set installed_paths path/to/coding-standards
  1. 检查安装结果
phpcs -i

# 输出包含 "Miaoxing"
'The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2, Squiz, Zend and Miaoxing'