@cto.af/monopub - v1.2.1
    Preparing search index...

    Interface MonoPubOptions

    interface MonoPubOptions {
        cwd: string;
        packages?: string[];
        private?: boolean;
    }
    Index

    Properties

    cwd: string

    Directory to work from.

    packages?: string[]

    Extra globs to consider as package directories.

    private?: boolean

    Include private packages?