Function installPlugins

  • Helper function to install Plugins.

    Parameters

    • lib: string | NodeModule

      The Library to modify.

    • plugins: string | Plugin | (string | Plugin)[]

      The Plugins install. This can be the registered names, pathes in the library or the plugin itself.

    • log: boolean = true

      Flag to control the log information.

    Returns void

Generated using TypeDoc