包详细信息

iceworks

ice-lab46MIT不推荐使用3.4.10

iceworks cli has been deprecated, please use @appworks/cli instead, see https://appworks.site/materials/upgrade.html

Iceworks CLI for develop project/material-collection/component.

自述文件

Iceworks CLI

CLI for Iceworks.

Features

  • init project by scaffold
  • develop material collection
  • init single component by scaffold
  • start Iceworks ui

Usage

$ npm i iceworks -g
# start iceworks ui
$ iceworks
# init project/component/material-collection
$ iceworks init

更新日志

CHANGELOG

3.4.0

  • [feat] 不再支持 add page

3.4.9

  • [chore] 添加提示,建议用户迁移到 @appworks/cli

3.4.8

  • [chore] upgrade ice-npm-utils from 2.x to 3.x

3.4.7

  • [feat] 物料数据里增加 componentType(antd/fusion) 字段

3.4.6

  • [chore] 允许 pkg.scaffoldConfig 覆盖自动检测的 languageType 字段
  • [feat] 去除初始化业务组件时询问是否接入 fusion cool 选项

3.4.5

  • [feat] support version: 'latest' material package

3.4.4

  • [chore] add rax-js template and adjust default template
  • [chore] upgrade @ice/spec to @iceworks/spec

3.4.3

  • [chore] remove iceworks start command
  • [chore] optimize sync failed log

3.4.0

  • [feat] support page material

3.2.0

  • [feat] support iceworks sync --env daily/pre/prod
  • [chore] optimize sync check internal
  • [chore] add es to material gitignore

3.1.10

  • [fix] typo error: pubslishConfig -> publishConfig

3.1.9

  • [feat] ejsRender material add npmScope and kebabCaseName options
  • [feat] add ali publishConfig after add single material

3.1.8

  • [feat] ask scope when init single component

3.1.7

  • [chore] internal scope add @kaola

3.1.6

  • [refactor] count the number of GUI starts and stops

3.1.5

  • [feat] init cmd compatible build-scripts project

3.1.4

  • [fix] fix sync single component error

3.1.3

  • [fix] 修复生成物料数据时 description 字段缺失问题

3.1.2

  • [chore] show help message when start error

3.1.1

  • [fix] show message when installation dependencies fail
  • [fix] init error when haven't .iceworks directory
  • [chore] add goldlog for command

3.1.0

  • [feat] support develop materials(ice-devtools)
  • [feat] support iceworks config

3.0.7

  • [feat] move iceworks-core to user directory

3.0.6

  • [fix] update node engines to 8.3.0 #2784

3.0.5

  • [fix] reset ICEWORKS_CORE_VERSION env # 2720

3.0.4

  • [feat] support switch version #2695
  • [feat] output changlog url when newer version #2692

3.0.3

  • [feat] output installation log #2653
  • [fix] exit process when installation dependencies fail #2647
  • [fix] use cnpm registry when install server deps #2672

3.0.2

  • [fix] update iceworks failed #2604

3.0.1

  • [feat] add DAU statistics

3.0.0

  • [feat] support iceworks to start iceworks-server
  • [fix] use ice-npm-utils to fix internal npm registry error

0.1.2

  • [feat] support add block cmd
  • [rework] iceworks init -t <npmName> -> iceworks init <npmName>

0.1.1

  • [fix] judge ice-scripts version regexp

0.1.0

  • [feat] support init by template(npm)