Skip to content

Releases: Clish/mri-cli

v1.1.2

24 Oct 07:13
Compare
Choose a tag to compare
  • 重写 mri index
  • 修正服务器没有ln mri 命令,使用路径启动mri (在命令行工具中可以正确使用mri命令)

v1.1.1

24 Oct 03:51
Compare
Choose a tag to compare
  • 重写包安装逻辑
  • 首推使用 yarn 安装包 MRI #83
  • 添加 debug 模式

MRI-CLI@1.1.0

23 Oct 07:07
Compare
Choose a tag to compare
  • support MRI update
  • rewrite mri-dev mri-build mri-prod

MRI #90

v1.0.6

18 Oct 09:39
Compare
Choose a tag to compare

提供对 MRI preload 的支持

v1.0.5

16 Oct 10:35
Compare
Choose a tag to compare

修改 mri dev && mri build 不能自动 checkout .mrirc.js

1.0.3

09 Oct 03:48
Compare
Choose a tag to compare
  • 修改root判断,移除以.mrirc.js 判断

0.2.17-beta.5

16 Aug 04:26
Compare
Choose a tag to compare

v0.2.16

10 Aug 11:00
Compare
Choose a tag to compare

修改git flow 方案,默认拉取分支改为 test

0.2.15-b3

10 Aug 08:10
Compare
Choose a tag to compare

添加命令 mri index 自动生成 common/const/index, common/services/index

mri index -c 只生成 common/const/index

mri index - s 只生成 common/services/index

0.2.15

10 Aug 10:57
Compare
Choose a tag to compare
  1. 在项目启动的时候自动安装包

如果不想安装则使用 mri dev ${theme} -n 组织包的安装

  1. 自动生成 const interface 文件

没有做自动监控 const interface 生成,需要手动创建
使用 mri interface -i 创建 const interface 文件
也可以下次启动项目的时候 mri dev ${theme} -i 来创建

  1. 自动生成 const/index.ts 和 services/index.ts

没有做自动监控 const interface 生成,需要使用 mri index 手动创建
mri index -c 只生成 const/index.ts
mri index -s 只生成 services/index.ts

  1. 默认打开自动打开浏览器,若关系在 ${theme}.umi.js 文件中配置

BROWSER: 'none'