Fbi Js Fbi Versions Save

Node.js workflow tool

2.1.8

6 years ago

fix version error

v3.0.0-beta.10

6 years ago

Notable Changes

  • use fbi/options.js as project configs

Features

  • task: support local task template debug
  • template: add extra params for init command

Improvements

  • help: add official templates repo link

Bug Fixes

  • fs: too many open files fixed (4f56226)
  • argv: exports params for native command(4f56226)

v3.0.0-beta.12

6 years ago

Bug Fixes

  • home: support home directory of windows (716a0d4)
  • version: don't reset if current version match(716a0d4)

2.1.5

7 years ago

New Features

fbi update

该命令用于一键更新本地项目的fbi目录(直接覆盖)和package.json里的devDependencies,适用于本地项目fbi配置落后于全局模版时。

Fixed

  • fbi atm因文件过多拷贝失败:改为fbi atm时不拷贝node_modules文件夹,请使用fbi i安装依赖
  • 性能问题:原async转promise,改为async转generator