# mazp-create-tpl **Repository Path**: ma_zipeng/mazp-create-tpl ## Basic Information - **Project Name**: mazp-create-tpl - **Description**: CLI to grenate project template - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-11 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, JavaScript, Nodejs, Cli ## README # create-tpl [English](./README.md) | 简体中文 ## ✨ Introduce 快速创建工具、Vue/React 等脚手架工具等应用模板,包括开箱即用的 Vitest 测试环境,以及配置好的 TS 和 Vite环境 你也可以使用这个工具快速创建开发 npm 库 或者 后端项目 模板,内置了 rollup 和 gulp 配置文件,都可以使用 TS 进行开发和打包 ## 📦 Install ```bash npm i -g @mazp/create-tpl cnpm i -g @mazp/create-tpl yarn add -g @mazp/create-tpl pnpm add -g @mazp/create-tpl ``` ## 🔨 Usage ### 创建项目 ```bash # create in the local folder cra . # create a new folder cra ``` ![vue3-demo](assets/README-zh.assets/vue3-demo.gif) ![Snipaste_2023-08-14_14-34-12](assets/README-zh.assets/Snipaste_2023-08-14_14-34-12.png) ### 创建库 ![lib-demo](assets/README-zh.assets/lib-demo-16919971774442.gif) ![Snipaste_2023-08-14_14-37-15](assets/README-zh.assets/Snipaste_2023-08-14_14-37-15.png) ### 下载插件 > 目前仅支持Vue/React框架,插件仅支持eslint > > ❗:使用较少所以暂时不考虑添加更多的扩展 ```bash # include your chosen framework, install relative plugin cra i eslint ```