# cpt-cli **Repository Path**: codercjx/cpt-cli ## Basic Information - **Project Name**: cpt-cli - **Description**: 搭建前端项目工具,支持vue/react技术栈 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-11 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ctt-cli #### 介绍 创建前端项目模板,支持 vue2/vue3/react # ctt-cli ## Table of Contents - [Install](#install) - [Usage](#usage) ## Install ```js npm install ctt-cli -g ``` ## Usage ```js // 全局安装后 // 查看版本 ctt --version // create : 创建项目目录 ctt create vue-ts ```