@jmp-technologies/create-jmp-client
v0.1.0
Published
Scaffold JMP-connected client sites by pricing tier (landing, multi-static, cms, custom)
Maintainers
Readme
@jmp-technologies/create-jmp-client
Layered scaffolds for JMP-connected client sites — one flow per pricing tier.
Structure
tiers.manifest.json # tiers, stacks, portal sections, layer list
templates/
_base/ # middleware, instrumentation, layout, contact, env,
# docs/CODE-ARCHITECTURE.md, .cursor/rules/
features/blog-faq/ # blog + FAQ routes
features/landing/ # areas + services + landing-detail helper
features/custom-product/ # auth/product README stubs
partials/{tier}/ # jmp.config, home, sitemap, AGENTS, TIER-STANDARDSEvery tier includes _base, which scaffolds code architecture docs, review procedure, Cursor rules, and the thermo-nuclear review skill alongside JMP integration files.
Usage
npm run create-jmp-client -- --tier cms -d ../site -n "Acme" -u https://acme.com
npm run create-jmp-client -- --tier cms -d . --dry-run
npm run test:create-jmp-client # from jmp-dashboard rootSee docs/client-site-cli.md and docs/client-tier-standards.md in jmp-dashboard.
