An open API service indexing awesome lists of open source software.

https://github.com/biaov/create-mine

一个用于初始化项目的脚手架 👍
https://github.com/biaov/create-mine

cli init typescipt vite

Last synced: 28 days ago
JSON representation

一个用于初始化项目的脚手架 👍

Awesome Lists containing this project

README

          

# create-mine

一个用于初始化项目的脚手架 👍


version
download
download
license

## 使用

- 初始化项目

```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://contrib.rocks/image?repo=biaov/create-mine)](https://github.com/biaov/create-mine/graphs/contributors)