1.0.5 • Published 6 months ago
create-minimal-template v1.0.5
create-minimal-template
A simple CLI tool to quickly create a new Project from a customizable template.
Templates
- React + Vite + JavaScript
- React + Vite + TypeScript
Features
- Easily create a new Project with predefined templates.
- Supports customization via CLI prompts.
- Quick and easy setup for new React projects.
Installation
To install the package globally, run the following command:
npm install create-minimal-template
or
npm install create-minimal-template -g
or
pnpm install -g create-minimal-template
or
npx create-minimal-template
or
sudo npm -g create-minimal-template
Usage
After installation, you can create a new React project using the following command:
create-minimal-template