@myxogastria0808/create-tadaima
    Preparing search index...

    Type Alias ArgsType

    Parsed and validated CLI arguments.

    type ArgsType = {
        platform?: PlatformType;
        projectName?: string;
    }
    Index

    Properties

    platform?: PlatformType
    projectName?: string