create-styled-next-app
v1.0.0
Published
A CLI to scaffold a Next.js app from a specific template
Maintainers
Readme
create-styled-next-app 🎨
The most beautiful way to scaffold a modern Next.js application.
create-styled-next-app is a premium CLI tool designed to help you kickstart your Next.js projects with style. It not only sets up a production-ready template but does so with a stunning terminal experience, featuring gradients, animations, and a polished UI.
✨ Features
- 🎨 Beautiful CLI Experience: Enjoy a premium terminal UI with gradients, animated spinners, and clear visual hierarchy.
- 🚀 Instant Setup: Clones a robust, pre-configured Next.js starter template.
- 📦 Smart Dependency Management: Automatically handles installations using pnpm for speed and efficiency.
- 🧹 Clean Slate: Automatically removes git history and configures
package.jsonfor a fresh start. - 🛠️ Zero Configuration: Works out of the box with sensible defaults.
📦 Installation
To create a new project, simply run:
npx create-styled-next-app@latest🚀 Usage
Interactive Mode (Recommended)
Run the command without arguments, and the CLI will guide you through the setup process with an interactive prompt:
npx create-styled-next-appYou will be guided to:
- 📝 Name your project.
- 📦 Install dependencies immediately.
Direct Command
You can also specify the project name directly:
npx create-styled-next-app my-styled-project👣 Next Steps
Once the installation is complete, navigate to your new project directory:
cd my-styled-projectStart the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result. 🎉
📋 Available Commands
Inside your project directory, you can run:
pnpm dev: Starts the development server.pnpm build: Builds the app for production.pnpm start: Runs the built app in production mode.
🙏 Credits
This project is proudly created and maintained by MEGH.
Built with passion to make your development journey beautiful from the very first command. 🚀
