Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "post-process"

Index

Variables

Functions

Variables

Const GITHUB_CONFIGS

GITHUB_CONFIGS: "https://w3c.github.io/scribejs/BrowserView/Groups/configurations/" = "https://w3c.github.io/scribejs/BrowserView/Groups/configurations/"

(Github) URL where the configuration files are available locally

Const LOCAL_CONFIGS

LOCAL_CONFIGS: "/Users/ivan/W3C/github/Tools/scribejs/BrowserView/Groups/configurations/" = "/Users/ivan/W3C/github/Tools/scribejs/BrowserView/Groups/configurations/"

Directory collecting the local configuration files. This may have to be adapted to a local setup

Const program

program: Command = new Command()
internal

Functions

run

  • run(): Promise<void>
  • Extra utility: define a simple top level interface to post-process based on a particular configuration: the configuration is extracted from the scribejs repository and a local version of each is extracted using a simple naming scheme: adding a _local to the 'global' configuration file name.

    async

    Returns Promise<void>