• Installs a TSDoc template or theme by executing npm install template/theme --production. The template/theme needs to be a JavaScript package.

    Parameters

    • packageName: string

      The TSDoc template or theme to install.

    • actionDir: string = __dirname

      The path to the action directory.

    Returns Promise<string>

    The name of the installed template or theme.

    Async

Generated using TypeDoc