smartbees/coding-standards-drupal
最新稳定版本:2.6.0
Composer 安装命令:
composer require smartbees/coding-standards-drupal
包简介
无描述信息
README 文档
README
# Install coding standards. composer req --dev smartbees/coding-standards-drupal vendor/bin/sbcs init # Add 'sbcs init' to the 'post-update-cmd' scripts in the composer.json file # to automatically install the coding standards configs updates when they are # available. ... "scripts": { "post-update-cmd": [ "vendor/bin/sbcs init" ], ... # Run static analysis of the code. vendor/bn/sbcs check # Execute automatic code style fixes. vendor/bin/sbcs check --fix 统计信息
- 总下载量: 12.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04