jbzoo/misc

此包已被放弃,不再维护。作者建议使用jbzoo/codestyle包。

一些测试用的东西

1.2.0 2016-05-14 16:04 UTC

This package is auto-updated.

Last update: 2020-05-20 00:10:21 UTC


README

示例

mkdir -p build/misc
git clone --branch=master https://github.com/JBZoo/Misc.git build/misc

php vendor/bin/phpcs ./src --standard=build/misc/phpcs/JBZoo/ruleset.xml --report=full
php vendor/bin/phpmd ./src text ./build/misc/phpmd/jbzoo.xml --verbose

jshint --config ./build/misc/.jshintrc src
jscs --config ./build/misc/.jscsrc src