Options
All
  • Public
  • Public/Protected
  • All
Menu

The Contributors component adds contributor information to the project

Hierarchy

  • Component
    • Contributors

Index

Constructors

  • creates the contributors component

    Parameters

    • project: NodeProject

      the project to add to

    • Optional options: Dynamic<ContributorsOptions, NodeProject>

      options

    Returns Contributors

Properties

contributors: Set<string | Entity>
nodeProject: NodeProject
project: Project
defaultOptions: DeepRequired<ContributorsOptions> = ...

Methods

  • addContributors(...contributors: (string | Entity)[]): void
  • adds contributors to the project

    Parameters

    • Rest ...contributors: (string | Entity)[]

      the contributors to add

    Returns void

  • postSynthesize(): void
  • Called after synthesis. Order is not guaranteed.

    Returns void

  • preSynthesize(): void
  • adds the contributors to the package.json file.

    Returns void

  • synthesize(): void
  • Synthesizes files to the project output directory.

    Returns void

Generated using TypeDoc