packages/store/schematics/src/starter-kit/starter-kit.schema.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface StarterKitSchema {
  /**
   * The path to create the starter kit.
   */
  path?: string;
  /**
   * The spec flag
   */
  spec?: boolean;
  /**
   * The application project name to add the Ngxs module/provider.
   */
  project?: string;
}