actrone-memory
    Preparing search index...

    Interface Recipe

    interface Recipe {
        framework: string;
        label: string;
        install: string;
        snippet: string;
    }
    Index
    framework: string

    Slug used by the CLI (actrone-memory add <framework>).

    label: string

    Human label.

    install: string

    The install command (peer deps included).

    snippet: string

    The compiled example code, ending with the hosted-upgrade line.