1.0.0 • Published 10 months ago

@qingyun7664/cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@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/cli

Usage

Create a new project

qingyun create my-project

You 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 nest

Project 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