best-it/license-check
Composer 安装命令:
composer create-project best-it/license-check
包简介
Tool to check licenses of used packages.
README 文档
README
This tool can be used to check the licenses of the used packages.
Installation
Our package can be installed with composer with the following command:
composer require best-it/license-check --dev --prefer-dist
Usage
Create one or more YAML configuration files (license-check.yml) like this:
allowed-licenses: - MIT allowed-packages: composer: - /best-it\/license-check/ - /best-it\/.*/ node: - /test\/test/
The allowed packages must be defined as a regular expression.
If multiple files are passed as an argument they will be merged to a single configuration.
Execute the following command to get a report which includes the information that everything is compatible or that some dependencies are not compatible with your configuration. In case of problems the error code is 1.
./vendor/bin/license-check
Development / Contributing
See CONTRIBUTING.md.
统计信息
- 总下载量: 170
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-04