# @hua-labs/create-hua - AI Documentation
# Version: 1.4.0
# Auto-generated by generate-docs — do not edit manually

package:
  name: "@hua-labs/create-hua"
  version: "1.4.0"
  description: "Scaffolding tool for creating HUA projects"
  license: "MIT"

overview: "Interactive scaffolding CLI for creating Next.js + hua projects. Generates a pre-wired project with UI, motion, i18n, state, and AI context files."

exports:
  main:
    path: "@hua-labs/create-hua"
    provides:
      - name: "createProject"
        type: "function"
        description: "Scaffold a new Next.js + hua project with interactive prompts"

features:
  - "Interactive prompts — Choose AI context files and documentation language"
  - "Pre-wired stack — Next.js 16, React 19, Tailwind 4, Zustand 5, hua i18n"
  - "Doctor command — Diagnose existing project health"
  - "Monorepo aware — Detects pnpm workspace, uses workspace:* versions"
  - "AI context — Optional .cursorrules, ai-context.md, .claude/ generation"

related_packages:
  - "@hua-labs/hua"
  - "@hua-labs/ui"

compatibility:
  node: ">=20.0.0"
