tuil
ReferencePackages@mwillbanks/tuil-cliAPI

InitAnswers

export exported by @mwillbanks/tuil-cli.

View rawEdit

export

Public export exported by @mwillbanks/tuil-cli.

export interface InitAnswers {
  readonly name: string;
  readonly template: Template;
  readonly features: readonly Feature[];
}

Members

MemberTypeRequiredDescriptionRelated types
namestringYesThe name member uses the string contract.
template"minimal" | "application" | "dashboard" | "wizard" | "command-center" | "plugin" | "component-library"YesThe template member uses the "minimal" | "application" | "dashboard" | "wizard" | "command-center" | "plugin" | "component-library" contract.
featuresreadonly ("router" | "forms" | "workflow")[]YesThe features member uses the readonly ("router" | "forms" | "workflow")[] contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cli

On this page