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

    Type Alias ProjectConfigType

    Configuration collected from CLI arguments and/or interactive prompts.

    type ProjectConfigType = {
        platform: PlatformType;
        projectName: string;
    }
    Index

    Properties

    platform: PlatformType
    projectName: string