Skip to content

app Overview

GitHub Action edited this page May 21, 2026 · 1 revision

@quatrain/app

Application infrastructure builder for Quatrain. Provides utilities to generate code, scaffold projects and handle core application lifecycle.

Purpose

This package is part of the Quatrain Core monorepo. It provides functionality related to application infrastructure builder for quatrain. provides utilities to generate code, scaffold projects and handle core application lifecycle.

HOWTO / Usage Examples

import { CodeGenerator } from '@quatrain/app'

CodeGenerator.generate({ name: 'my-app' })

Conventions & Technical Details

  • Follows the standard Quatrain architecture patterns.
  • Ensure proper configuration before usage.
  • See the root monorepo documentation for more details on building and testing this package.

Clone this wiki locally