0.3.0 • Published 2 years ago

create-mediinfo v0.3.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

create-mediinfo

版权

快速创建一个工程

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

使用 NPM:

$ npm init mediinfo@latest

使用 Yarn:

$ yarn create mediinfo

然后按照提示操作!

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

例如,要搭建一个的 lib 项目,请运行:

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

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

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

  • npm-ts - NPM + Typescript 模块脚手架

版权

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