Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/repos"

Index

Variables

Const fsp

fsp: "fs/promises" = fs.promises
internal

Const now

now: string = (new Date()).toISOString()

Current date, used to annotate the generated minute processing logs

Functions

process_minutes

  • Switch between the local and global repository handling.

    Depending on whether the processing is local create an appropriate subclass instance of RepoProcessing and run the respective handle_one_repo method.

    Parameters

    Returns Promise<void>