Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Releases: matmanjs/matman-cli

v1.1.7

27 Jun 05:56
be01a32

Choose a tag to compare

  • start 命令默认使用 pm2 启动,且常驻内存,调试的话则要增加额外参数 start --dev
  • 优化了 client script 的开发体验,只需要 export 一个方法,且该方法返回对象数据即可

v1.1.0

20 Jun 02:34
0b99d4f

Choose a tag to compare

  • 优化了管理后台的展示,更易于操作
  • 优化了构建 e2e 测试的前端脚本打包方式,更智能,按规范来放置代码目录则可以免于配置

v1.0.0

14 Jun 01:40
57f2dc8

Choose a tag to compare

重构了 matman-cli

  • 将原有在 matman 中的 local server 移过来;
  • 支持端到端测试的脚本构建

v0.3.6

12 Apr 08:00

Choose a tag to compare

  • 新增 matman init 命令的支持,用于初始化 matman app 项目

v0.3.2

11 Apr 08:08

Choose a tag to compare

  • 支持将本地的 handler 打包成 npm 包(matman build <srcPath>
  • 支持将本地的 handler 编译为标准的 handler 模块(matman build-module <srcPath> <distPath> [-sa]

v0.1.0

29 May 09:41

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

支持将 mock modules 导出为 json 格式的结果输出到文件中

v0.0.1

13 May 06:01

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

0.0.1 (2017-05-13)

Features