jpl_license_checker2 2.3.1+2
jpl_license_checker2: ^2.3.1+2 copied to clipboard
A tool to view and check the licenses of a package's dependencies. It also generates a disclaimer file containing all the package licenses.
🛡️ Fork — Jeff Peiffer Legacy (
jpl_) #Este paquete (
jpl_license_checker2) es un fork delicense_checker2, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la orgpeiffer-innovations.El prefijo
jpl_significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepojpl.Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.
Table of Contents
Displays the license of dependencies. Permitted, rejected and approved packages are configurable through a YAML config file.
Fork #
Note this is a fork of license_checker as it appears that package was abandoned and no longer works with the new Dart Workspaces feature.
Install #
dart pub global activate license_checker2
Getting Started #
Create a YAML config file. Example:
permittedLicenses:
- MIT
- BSD-3-Clause
approvedPackages:
Apache-2.0:
- barbecue
# RegEx that can use custom detectors to detect the licensedar
customLicenses:
MyCompany: |-
(\(c\))?©?\sMy Company Name
rejectedLicenses:
- GPL
copyrightNotice:
mlb: "2000 MLB."
packageLicenseOverride:
dodgers: BSD-3-Clause
packageSourceOverride:
dodgers: https://dodgers.com
This file can be referenced when calling lic_ck check-licenses with the --config option.
lic_ck or lic_ck -h will display help