From 71b599295b1c7de486dd1f1b6c7349e12abccc4f Mon Sep 17 00:00:00 2001 From: Vikash Kumar Date: Mon, 1 Jun 2026 16:20:26 +0530 Subject: [PATCH] fix(document): Include version badges in README - version badges for npm, Next.js, and MUI --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1f45d81..0bf9dcf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # create-next-mui 🚀 +[![npm version](https://img.shields.io/npm/v/create-next-mui?style=flat&logo=npm&color=CB3837)](https://www.npmjs.com/package/create-next-mui) +[![Next.js v19](https://img.shields.io/badge/Next.js-v19-000000?style=flat&logo=nextdotjs&logoColor=white)](https://nextjs.org/) +[![MUI v9](https://img.shields.io/badge/MUI-v9-007FFF?style=flat&logo=mui&logoColor=white)](https://mui.com/) + A blazing-fast, interactive CLI tool to instantly scaffold production-ready **Next.js** applications pre-configured with **Material UI (MUI)**, robust theme providers, and an elite architectural linting layout. Stop wasting time wiring up Emotion caches, Next.js App Router layout configs, or sorting your imports manually. Launch your next project perfectly in under 10 seconds. @@ -12,6 +16,10 @@ You don't need to install anything globally. Just run the following command in y ```bash npx create-next-mui + +# or + +npm init next-mui ``` The interactive prompt engine (powered by `@clack/prompts`) will guide you through naming your project and selecting your preferred flavor.