kranack/lint-tool
最新稳定版本:v0.4.0
Composer 安装命令:
composer create-project kranack/lint-tool
包简介
Lint Tool CLI
README 文档
README
How it works
This lint tool use your PHP binaries to lint your sources files.
The first step to use it is to setup your environment by launching the install command. During the installation, it'll scan your computer searching for PHP binaries and save paths in your configuration.
This tool mainly supports Homebrew, other tools may or may not be well supported.
Install
Install composer dependencies with composer install and run ./lint-tools install.
Update existing installation
To update your configuration, run ./lint-tools install --force.
List cached PHP instances
To list your PHP instances cached during your last installation, run ./lint-tools install --list
Usage
After the install, you could run the lint command ./lint-tools lint [-m <min>] [--exclude] [--colors] [--full] [--no-local] <folder> where folder is the directory containing PHP sources to lint.
The min option can be used to define the minimal PHP version to lint with. Semantic Versioning format is used.
Documentation
统计信息
- 总下载量: 1.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-25