Skip to content

v2.2.0 — Template Scaffolding CLI

Choose a tag to compare

@jonbeatz jonbeatz released this 24 May 21:24
· 109 commits to main since this release

v2.2.0 — Template Scaffolding CLI — May 24, 2026

Production-ready scaffolding layer for Boilerplate-v2. Grade: 52/52 (100%). Repository: jonbeatz/Boilerplate-v2.

Highlights

  • npm run msc:template — ESM-native CLI with list, apply, seed, doctor
  • Three read-only blueprintsfrontend/portfolio, cms/divi-bridge, full-stack/task-manager
  • Token injection engine.tsx/.jsx support, --dry-run, dynamic port from 3002
  • Disk persistenceseed-payload.json to --target or .sandbox/ fallback
  • JonBeatz-only commit policy — Husky strips Cursor co-author trailers
  • Zero API breakages from v2.1.0 (prior Gold Master release)

Quick commands

npm run msc:template -- list
npm run msc:template -- apply frontend/portfolio --name="My Studio" --target=../my-studio
npm run msc:template -- seed --template=full-stack/task-manager --target=../my-studio
npm run msc:template -- doctor
npm run grade   # expect 52/52

Upgrade notes (from v2.1.0)

  • Grader count unchanged (52 checks)
  • templates/** excluded from Biome (mustache tokens)
  • .sandbox/ gitignored for local seed output
  • All docs, rules, and package.json aligned to v2.2.0

Getting started

git clone https://github.com/jonbeatz/Boilerplate-v2.git my-project
cd my-project
npm run msc:onboard

Full changelog: CHANGELOG.md

Prior release: v2.1.0 Gold Master