@anmol117/stacksmith
v1.0.7
Published
CLI to scaffold fullstack apps with Vite + Tailwind + React Router + backend
Maintainers
Readme
@anmol117/stacksmith 🚀
@anmol117/stacksmith is a simple CLI tool to scaffold fullstack projects with a pre-configured stack. It supports frontend, backend, and fullstack templates with options like Redux, TailwindCSS, React Router, and Express.js.
📦 Features
- ⚡ Create frontend, backend, or fullstack boilerplates
- 🧩 Optional Redux for frontend
- 💨 Tailwind CSS + React Router setup
- 🧱 Express backend setup
- 📁 Auto-create folder structure
- ⚙️ Auto install dependencies
- 🧹 Adds
.gitignoreandREADME.mdfor you
🛠️ Installation
npm install -g @anmol117/stacksmithOr use directly with npx:
npx @anmol117/stacksmith⚙️ Usage
@anmol117/stacksmith <type> [options]Example
@anmol117/stacksmith frontend --with-reduxYou’ll be prompted to enter a folder name. The project will be scaffolded and dependencies auto-installed.
📂 Template Types
frontend→ React + Vite + Tailwind + React Routerfrontend --with-redux→ React + Redux Toolkit + Vite + Tailwindbackend→ Node.js + Express + dotenvfullstack→ Combined frontend + backend with folder structure
👀 Project Structure Example (Fullstack)
my-app/
├── client/ # Frontend (React)
└── server/ # Backend (Express)📄 License
MIT © Anmol
