Stone.js API
    Preparing search index...
    • Materialise the selected starter into the destination directory.

      Resolves the starter from the registered providers (the default official provider or any third-party provider declared under stone.createApp.starters) and copies its files using the starter's own source (git/local/custom). Nothing about the starter set is hard-coded here.

      Parameters

      • context: ConsoleContext

        Input data to transform via middleware.

      • next: NextPipe<ConsoleContext, IBlueprint>

        Function to pass to the next middleware.

      Returns Promise<IBlueprint>

      A promise resolving with the context object.