@karmaniverous/get-dotenv
    Preparing search index...

    Interface PlanCliCopiesOptions

    Options for planning CLI skeleton template copies.

    interface PlanCliCopiesOptions {
        cliName: string;
        destRoot: string;
    }
    Index

    Properties

    Properties

    cliName: string

    CLI command name to substitute into templates.

    destRoot: string

    Absolute destination project root.