Options
All
  • Public
  • Public/Protected
  • All
Menu

Class App

This file represents the state of a seagull application, which files exist in which folders, and so on. There are nested properties representing specific features, mirroring the folder paths where seagull expects files to be.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new App(rootPath?: string): App
  • Create an instance of the seagull app located at the given path.

    Parameters

    • Default value rootPath: string = process.cwd()

      path to the app folder

    Returns App

Properties

backend

backend: Backend

grouped features and components for the backend part (AWS). Must be located at ${rootPath}/backend

frontend

frontend: Frontend

grouped features and componentes for the frontend part (React). Must be located at ${rootPath}/frontend

rootPath

rootPath: string

the folder where the files are located

Generated using TypeDoc