# create-mediinfo

[![版权](https://img.shields.io/badge/copyright-联众智慧科技股份有限公司-informational.svg?style=flat-square")](#版权)

快速创建一个工程

> 注意：你需要安装 `nodejs>=12` 的版本

使用 NPM:

```bash
$ npm init mediinfo@latest
```

使用 Yarn:

```bash
$ yarn create mediinfo
```

然后按照提示操作！

您还可以通过其他命令行选项直接指定要使用的项目名称和模板。

例如，要搭建一个的 lib 项目，请运行：

```bash
# npm
npm init mediinfo@latest my-lib --template npm-ts

# yarn
yarn create mediinfo my-lib --template npm-ts
```

目前支持的模板预设包括：

- npm-ts - NPM + Typescript 模块脚手架
  <!-- - monorepo-ts   - NPM + Lerna + Typescript 模块脚手架 -->
  <!-- - admin         - 中后台应用脚手架 -->
  <!-- - mobile        - 移动端应用脚手架 -->
  <!-- - micro-main    - 微前端 - 基座脚手架 -->
  <!-- - micro-app     - 微前端 - 子应用脚手架 -->

## 版权

(c) 2021 @联众智慧科技股份有限公司
