Skip to content

patronage/starter

Repository files navigation

Patronage Starter

A monorepo starter template with shared configuration and independent projects.

Quick start: Use as a template repository, or copy structure/configs into existing projects for standardized tooling.

Structure

  • project-a/ - First project
  • project-b/ - Second project
  • tasks/ - Project planning and tracking
  • Shared configuration at root level

Requirements

  • Node.js 22 (see .nvmrc)
  • npm or pnpm

Getting Started

  1. Clone or copy this template
  2. Navigate to a project directory: cd project-a
  3. Install dependencies: npm install
  4. Start development: npm run dev

Development Workflow

  • Lint: npm run lint
  • Format: npm run format
  • Type check: npm run typecheck

See CLAUDE.md for detailed development guidelines.

Projects

Project A

See project-a/README.md

Project B

See project-b/README.md

About

Patronage 2025 project scaffolding (monorepo with pnpm, biome, and claude/codex helpers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors