create-lemon
Version:
The Elegant Bundler for Libraries
39 lines (27 loc) • 1.83 kB
Markdown
<h1 align="center">✨create lemon✨</h1>
<p align="center">
<a href="https://www.npmjs.com/package/create-lemon"><img src="https://img.shields.io/npm/dm/create-lemon?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://www.npmjs.com/package/create-lemon"><img src="https://img.shields.io/npm/v/create-lemon?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<h2 align="center">
<sub>>_ Easy to use create template</sub>
</h2>
## 📖 介绍
`create-lemon` 是一个用于快速创建 `前后端` 项目的轻量脚手架工具,它提供了一些模板供你选择。
## 🚤 快速使用
```shell
pnpm create lemon # 交互式创建项目
pnpm create lemon <项目名称> # 默认用 ts 模板
pnpm create lemon <项目名称> -t <模板名>
```
`create lemon` 支持 `-t` 参数选择模板,目前已有 `6` 个模板,分别是 `ts`、`vscode`、`vue`、`lemon-react`、`lemon-vue`、`lemon-uniapp`。
## 📦 模版列表
- [ts](https://github.com/sankeyangshu/starter-template-ts) - `TypeScript` 基础模板(默认)
- [vscode](https://github.com/sankeyangshu/starter-template-vscode) - `VSCode` 插件项目模板
- [vue](https://github.com/sankeyangshu/starter-template-vue) - `Vue` 基础模板
- [unplugin](https://github.com/sankeyangshu/starter-template-unplugin) - `Unplugin` 配置模板
- [lemon-react](https://github.com/sankeyangshu/lemon-template-react) - 基于 `React` 生态系统的移动 web 应用模板
- [lemon-vue](https://github.com/sankeyangshu/lemon-template-vue) - 基于 `Vue 3` 生态系统的移动 web 应用模板
- [lemon-uniapp](https://github.com/sankeyangshu/lemon-template-uniapp) - 基于 `UniApp` 生态系统的小程序应用模板
## License
[MIT](./LICENSE) License © 2024-PRESENT [sankeyangshu](https://github.com/sankeyangshu)