https://github.com/biaov/create-mine
一个用于初始化项目的脚手架 👍
https://github.com/biaov/create-mine
cli init typescipt vite
Last synced: 28 days ago
JSON representation
一个用于初始化项目的脚手架 👍
- Host: GitHub
- URL: https://github.com/biaov/create-mine
- Owner: biaov
- License: mit
- Created: 2023-03-09T03:13:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:47:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T10:51:27.865Z (almost 2 years ago)
- Topics: cli, init, typescipt, vite
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-mine
- Size: 158 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-mine
一个用于初始化项目的脚手架 👍
## 使用
- 初始化项目
```Basic
npm create mine@latest
```
## 当前支持的预设
### 项目模板预设
- `vue`
- `react`
- `uni-app`
- `electron`
- `node`
- `cli`
### 安装工具预设
- `npm`
- `cnpm`
- `pnpm`
- `yarn`
## 项目解析
- [项目模板地址](https://github.com/biaov/project-template):不同分支表示不同模板
### 技术栈
- `Vite` + `TypeScript` + `Node`
### 依赖特性
- `chalk`: 字体颜色
- `commander`: 命令
- `download-git-repo`: 下载模板工具
- `inquirer`: 用户交互
- `log-symbols`: 图标
- `ora`: 动画效果
- `update-notifier`: 检查更新
- `@types/node`: `node` 类型
- `@types/update-notifier`: `update-notifier` 类型
- `prettier`: 格式化工具
- `typescript`: 编程语言
- `vite`: 项目构建工具
## 贡献者们
[](https://github.com/biaov/create-mine/graphs/contributors)