# mtt-cli **Repository Path**: meme-project/mtt-cli ## Basic Information - **Project Name**: mtt-cli - **Description**: 【脚手架】mtt-cli 脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-06 - **Last Updated**: 2023-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 **mtt-cli 脚手架** ### 安装方式 ```shell npm install mtt-cli -g ``` ### 使用方式 ```shell mtt-cli upgrade // 检测当前脚手架是否有新的版本 mtt-cli -v // 检测当前脚手架的版本号 mtt-cli create [project_name] // 创建项目 ```