md-starter
v1.2.0
Published
CLI generator for MD Starter using the Sculptor approach
Readme
MD Starter (md-starter)
The Ultimate Monorepo Generator "Sculptor". Start your project with a production-ready foundation.
🚀 Usage
Initialize a new project
npx create-md-starter init <project-name>
# or
npm init md-starter <project-name>Follow the interactive prompts to set up your monorepo.
Add a new application
Inside your monorepo:
npx md-starter addSelect what to add:
- New Application:
- Landing: Next.js marketing site.
- Keystone: Headless CMS & Backend.
- Native: Expo / React Native mobile app.
- UI Kit: Styleguidist library.
- Shared Package / Feature:
- Add or update shared libraries like
@md/components,@md/utils,@md/ui-kit(Native), etc.
- Add or update shared libraries like
✨ 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).
Documentation
For full documentation, visit the GitHub Repository.
