Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (monoframe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Monoframe
Scaffold production-ready monorepos in seconds. One command to generate a fully configured Turborepo with Next.js, TypeScript, Tailwind CSS, and more.
Quick Start
npx monoframe@beta initThat's it. The interactive CLI walks you through everything.
What You Get
- โก Turborepo monorepo with optimized build pipelines
- ๐จ Next.js apps with App Router and TypeScript
- ๐ฏ shadcn/ui shared component library with custom presets
- ๐๏ธ Tailwind CSS v4 with shared configuration
- ๐ Express + TypeScript backend apps (optional)
- ๐ฌ Framer Motion / GSAP / Lenis animation support (optional)
- โ ESLint + Prettier or Biome for code quality
- ๐งช Playwright e2e testing (optional)
- ๐ GitHub Actions CI pipeline (optional)
- ๐ช Husky + lint-staged git hooks (optional)
Usage
Scaffold a new monorepo
npx monoframe@beta initWith a project name
npx monoframe@beta init my-projectUse saved preferences
npx monoframe@beta init --use-preferencesReset saved preferences
npx monoframe@beta init --reset-preferencesRequirements
- Node.js 20.9 or later
- pnpm 8 or later
- Git installed
Documentation
Full docs at github.com/Abubokkor98/monoframe
License
MIT