lerna-templater - v1.4.12
    Preparing search index...

    Type Alias TemplaterOptions

    type TemplaterOptions = {
        description?: string;
        name: string;
        packages?: string;
        scope?: string;
        template?: string;
    }
    Index

    Properties

    description?: string

    The description of the new pacakge.

    name: string

    The name of the new package.

    packages?: string

    The path of the package (output) directory.

    scope?: string

    The scope of the new package.

    template?: string

    The path of the template (input) directory.