@quatrain/app
v1.1.21
Published
Quatrain App Bootloader and configuration helpers
Readme
@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.
