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

    Interface CopyOperation

    Represents a file copy operation during scaffolding.

    interface CopyOperation {
        dest: string;
        src: string;
        subs?: Record<string, string>;
    }
    Index

    Properties

    Properties

    dest: string

    Destination file path.

    src: string

    Source file path.

    subs?: Record<string, string>

    Token substitutions map.