-
Notifications
You must be signed in to change notification settings - Fork 1
app Overview
GitHub Action edited this page May 21, 2026
·
1 revision
Application infrastructure builder for Quatrain. Provides utilities to generate code, scaffold projects and handle core application lifecycle.
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.
import { CodeGenerator } from '@quatrain/app'
CodeGenerator.generate({ name: 'my-app' })- 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.