Documentation for Simbo's Packages
    Preparing search index...

    Interface GetWorkspaceMetadataOptions

    Options for getting workspace metadata.

    interface GetWorkspaceMetadataOptions {
        workingDir?: string;
    }
    Index

    Properties

    Properties

    workingDir?: string

    The working directory to get the workspace metadata from. Should be the path to the root of the repository. Defaults to the current working directory.

    process.cwd()