create-minimal-template
v3.0.1
Published
A CLI tool to dynamically scaffold minimal project templates with React, Next.js, Vite, and Webpack
Maintainers
Readme
⚡️ create-minimal-template
Hey there, frontend wizard! 🧙♂️
Tired of setting up React projects from scratch over and over again?
Say hello to create-minimal-template A CLI tool to Dynamically scaffold Minimal Project Templates Your friendly CLI that lets you spin up a modern React app with your stack, your rules, and zero boilerplate mess.
✨ What's Inside?
Pick and choose the stuff you actually care about:
Frameworks
✅ React - Modern React with the latest features
✅ Next.js - Full-stack React framework with App Router
Bundlers
✅ Vite - Lightning-fast development (React only)
✅ Webpack - Production-ready bundler with full config (React only)
Languages
✅ JavaScript - Classic ES6+ setup
✅ TypeScript - Type-safe development with full config
Helper Packages
✅ Tailwind CSS - Utility-first styling with full setup
✅ ESLint - Code linting with proper configuration
✅ React Router DOM - Client-side routing
✅ Redux Toolkit - State management made easy
✅ All the latest package versions
🚀 Usage
You can create a new Project Template using the following command:
npx create-minimal-templatepnpx create-minimal-templateSample Walkthroughs
React + Vite + TypeScript
✨ Welcome to Create Minimal Template ✨
👉 Let's build your project step by step
? Project name: my-react-app
? Choose a framework: React
? Choose a bundler: Vite
? Choose a language: TypeScript
? Choose helper packages: Tailwind CSS, ESLint
🎉 Woohoo! Your project "my-react-app" is ready.
👉 Next steps:
cd my-react-app
npm run dev
Happy Coding, rockstar! 🚀Next.js + TypeScript
✨ Welcome to Create Minimal Template ✨
👉 Let's build your project step by step
? Project name: my-next-app
? Choose a framework: Next.js
? Choose a language: TypeScript
? Choose helper packages: Tailwind CSS, Redux Toolkit
🎉 Woohoo! Your project "my-next-app" is ready.
👉 Next steps:
cd my-next-app
npm run dev
Happy Coding, rockstar! 🚀React + Webpack + JavaScript
✨ Welcome to Create Minimal Template ✨
👉 Let's build your project step by step
? Project name: my-webpack-app
? Choose a framework: React
? Choose a bundler: Webpack
? Choose a language: JavaScript
? Choose helper packages: ESLint, React Router DOM
🎉 Woohoo! Your project "my-webpack-app" is ready.
👉 Next steps:
cd my-webpack-app
npm run dev
Happy Coding, rockstar! 🚀Features
- 🚀 Zero Configuration - All configs are pre-configured and ready to go
- 📦 Latest Versions - Always uses the latest stable package versions
- 🎨 Beautiful UI - Tailwind CSS integration with proper setup
- 🔧 Full ESLint - Proper ESLint configuration files, not just installation
- 🎯 TypeScript Ready - Full TypeScript support with proper tsconfig
- ⚡️ Fast Setup - Creates production-ready projects in minutes
- 🎁 Minimal Boilerplate - Only what you need, nothing more
Supported Configurations
| Framework | Bundlers | Languages | Helper Packages | | --------- | ------------- | --------- | ------------------------------------- | | React | Vite, Webpack | JS, TS | Tailwind, ESLint, React Router, Redux | | Next.js | Built-in | JS, TS | Tailwind, ESLint, Redux |
