Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/node/autofix/thirdPartyLicense"

Index

Variables

Const AddThirdPartyLicenseAutofix

AddThirdPartyLicenseAutofix: AutofixRegistration<NoParameters> = addThirdPartyLicense(allSatisfied(IsNode, ToDefaultBranch))

Const GitattributesFileName

GitattributesFileName: ".gitattributes" = ".gitattributes"

Const LicenseFileName

LicenseFileName: "legal/THIRD_PARTY.md" = "legal/THIRD_PARTY.md"

Const LicenseTableHeader

LicenseTableHeader: "| Name | Version | Publisher | Repository ||------|---------|-----------|------------|" = `| Name | Version | Publisher | Repository ||------|---------|-----------|------------|`

Const SummaryTableHadler

SummaryTableHadler: "| License | Count ||---------|-------|" = `| License | Count ||---------|-------|`

Functions

addGitattribute

  • addGitattribute(p: Project): Promise<void>

addThirdPartyLicense

addThirdPartyLicenseTransform

Object literals

Const LicenseMapping

LicenseMapping: object

Apache 2.0

Apache 2.0: string = "Apache-2.0"

Generated using TypeDoc