Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 417 Bytes

File metadata and controls

31 lines (21 loc) · 417 Bytes

Agent Instructions for create-node-app

Overview

create-node-app is a CLI tool for scaffolding Node.js projects from templates.

Tech Stack

  • TypeScript
  • Node.js 22+
  • pnpm 10+
  • Turborepo (monorepo)

Key Commands

# Build all packages
npm run build

# Run tests
npm run test:all

# Lint
npm run lint

Code Style

  • ESLint flat config
  • Prettier for formatting
  • TypeScript strict mode