license_checker 0.0.2 copy "license_checker: ^0.0.2" to clipboard
license_checker: ^0.0.2 copied to clipboard

outdated

Tool to view and check license of a package's dependencies.

codecov Dart Pub

Displays the license of dependencies. Permitted, rejected and approved packages are configurable through a YAML config file,

Install #

dart pub global activate license_checker

Getting Started #

Create a YAML config file. Example:

permittedLicenses:
  - MIT
  - BSD-3-Clause

approvedPackages:
  Apache-2.0:
    - barbecue

rejectedLicenses:
  - GPL

This file can be referenced when calling lic_ck check-licenses with the --config option.

lic_ck or lic_ck -h will display help

11
likes
0
points
8.37k
downloads

Publisher

verified publisherzurita-rufer.com

Weekly Downloads

Tool to view and check license of a package's dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, barbecue, colorize, package_config, pana, path, yaml

More

Packages that depend on license_checker