@suluk/builder - v0.1.11
    Preparing search index...

    Interface StackTemplate

    A named set of modules that compose into a working platform (L2 — the non-developer flow).

    interface StackTemplate {
        name: string;
        description: string;
        modules: string[];
    }
    Index

    Properties

    name: string
    description: string
    modules: string[]

    module names, resolved against a registry