v2.2.0 — Template Scaffolding CLI
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 withlist,apply,seed,doctor- Three read-only blueprints —
frontend/portfolio,cms/divi-bridge,full-stack/task-manager - Token injection engine —
.tsx/.jsxsupport,--dry-run, dynamic port from 3002 - Disk persistence —
seed-payload.jsonto--targetor.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/52Upgrade 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.jsonaligned to v2.2.0
Getting started
- Quick start: https://github.com/jonbeatz/Boilerplate-v2#quick-start
- Documentation: https://github.com/jonbeatz/Boilerplate-v2#documentation-map · DOCS.md
git clone https://github.com/jonbeatz/Boilerplate-v2.git my-project
cd my-project
npm run msc:onboardFull changelog: CHANGELOG.md
Prior release: v2.1.0 Gold Master