thanpa/thanpa-coding-standard
Composer 安装命令:
composer require thanpa/thanpa-coding-standard
包简介
CodeSniffer ruleset for the Thanpa coding standard
README 文档
README
A coding standard to check against the Thanpa coding standard.
Installation
Composer
This standard can be installed with the Composer dependency manager.
-
Install the coding standard as a dependency of your project
composer require --dev thanpa/thanpa-coding-standard:~1.0 -
Add the coding standard to the PHP_CodeSniffer install path
bin/phpcs --config-set installed_paths vendor/thanpa/thanpa-coding-standard -
Check the installed coding standard for "Thanpa"
bin/phpcs -i -
Done!
bin/phpcs /path/to/code
### Stand-alone
-
Install PHP_CodeSniffer
-
Checkout this repository
git clone git://github.com/thanpa/thanpa-coding-standard.git thanpa/thanpa-coding-standard -
Add the coding standard to the PHP_CodeSniffer install path
phpcs --config-set installed_paths thanpa/thanpa-coding-standardOr copy/symlink this repository's "Thanpa"-folder inside the phpcs
Standardsdirectory -
Check the installed coding standard for "Thanpa"
phpcs -i -
Done!
phpcs /path/to/code
统计信息
- 总下载量: 416
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-16