CLI generator for MD Starter using the Sculptor approach
npm install md-startercreate-md-stack)The Ultimate Monorepo Generator "Sculptor". Start your project with a production-ready foundation.
bash
npx create-md-stack init
or
npm init md-stack
`
Follow the interactive prompts to set up your monorepo.$3
Inside your monorepo:
`bash
npx create-md-stack add
`
Select from available templates:
* Landing: Next.js marketing site.
* Keystone: Headless CMS & Backend.
* Native: Expo / React Native mobile app.
* UI Kit: Styleguidist library.✨ Features
* Sculptor Pattern: Clones full templates and prunes unused code/components based on your choices.
* Polymorphic Infrastructure: Automatically generates Terraform (CDKTF) for AWS, GCP, Azure, or Custom servers.
* Monorepo Ready: Turborepo, PNPM, shared packages (
@md/components, @md/utils`).For full documentation, visit the GitHub Repository.