• generate a graphviz dot file of the workspace dependencies

    Parameters

    • params: {
          includeExternal?: boolean;
          includeRoot?: boolean;
          workspaceRoot: string | URL;
      }
      • OptionalincludeExternal?: boolean

        whether to include external dependencies in the graph

      • OptionalincludeRoot?: boolean

        whether to include the root package.json in the graph

      • workspaceRoot: string | URL

        path to the workspace root

    Returns Promise<string>