create-reactjs-a-dashboard
v1.0.13
Published
A simple and elegant CLI tool to quickly scaffold a ready-to-go ReactJS dashboard, designed for modern developers who want to move fast without reinventing the wheel.
Readme
🚀 ReactJS Dashboard CLI
A simple and elegant CLI tool to quickly scaffold a ready-to-go ReactJS dashboard, designed for modern developers who want to move fast without reinventing the wheel.
✨ Features
- 🔧 One-command setup for a full ReactJS dashboard project
- 🎨 Clean and responsive layout (e.g., Tailwind, Shadcn, Charts, Auth, etc.)
- ⚙️ Auto installs dependencies
- 🔄 Checks for latest CLI version
- 🧱 Structured project template ready for scaling
📦 To Run
npm create reactjs-a-dashboard📦 Installation
Use npx to run the CLI without installing it globally:
npx create-reactjs-a-dashboardInstalling It Globally
If you want to install it globally, you can do so with the following command:
npm install -g create-reactjs-a-dashboardThen, you can run the CLI with:
create-reactjs-a-dashboardAuthors
- @natnaelengeda - Creator and maintainer of the CLI
