1.0.0 • Published 10 months ago
@qingyun7664/cli v1.0.0
@qingyun/cli
A powerful CLI tool for quickly creating Vue3 and NestJS projects with modern configurations.
Features
- 🚀 Create Vue3 projects with Tailwind CSS pre-configured
- 🛠️ Create NestJS projects with best practices
- 📦 TypeScript support out of the box
- 🎨 Interactive command line interface
- 🔧 Extensible architecture
Installation
npm install -g @qingyun/cli
# or
pnpm add -g @qingyun/cli
# or
yarn global add @qingyun/cliUsage
Create a new project
qingyun create my-projectYou will be prompted to choose a template:
- Vue3 (with Tailwind CSS)
- NestJS
Or you can specify the template directly:
# Create a Vue3 project
qingyun create my-project --template vue
# Create a NestJS project
qingyun create my-project --template nestProject Structure
The generated projects follow best practices and come with:
Vue3 Project
- TypeScript support
- Tailwind CSS configuration
- Vite as build tool
- Modern project structure
NestJS Project
- TypeScript support
- Modern modular architecture
- Built-in testing setup
- REST API best practices
Requirements
- Node.js >= 16.0.0
- pnpm, npm, or yarn
License
MIT
1.0.0
10 months ago