0.4.3 • Published 3 years ago

wic-weapp-cli v0.4.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

wic-weapp-cli

(注意: 仍处于开发阶段, 请勿用于生产!!! :hand::dash::dash::dash:)

前置条件: Node Git

安装

npm install wic-weapp-cli -g

使用

版本

wic --version
wic -V

选项

简写全名描述适用于
-d--dest位置。create-page
-a--add从内置模板中添加...com
-c--create新建...com
-r--remove更新后自动删除原文件。update-icon
-l--list定义一个页面为分页列表, 包含有 Paging Class 和其他分页相关配置。create-page
-f--form定义一个页面为表单页, 包含有表单验证方法。create-page

指令

新建项目

生成小程序项目,项目模板来源于 :trophy: wic-weapp-template

wic init <projectName>

页面 :coffee:

默认引入toast相关方法,以及网络请求方法。

wic page <pageName> [options]

options:

简写全名描述
-l--list定义一个页面为分页列表, 包含有 Paging Class 和其他分页相关配置。
-f--form定义一个页面为表单页, 包含有表单验证方法。
-d--dest位置。

组件 :coffee:

wic com <componentName> [-d]

函数 :coffee:

wic util <utilName> [-a | -c]

模块 :coffee:

wic add-module <module> [-m, -t]

配置

  • No key & value: Browse all configurations.
  • Just key: Check current configure about key
  • Key & Value: Set the value for key
wic config [configKey] [configValue]

// 示例:
wic config icon-file-path C:/Users/bootcher/Desktop/download.zip

默认键:

  • icon-input-path
  • icon-input-name

更新字体图标

与 iconfont 配合使用。 iconfont :see_no_evil:

wic update-icon [option]

Options:

简写全称描述
-r--remove更新后自动删除原文件, 注意:此"删除"的含义是彻底删除。

Modules :coffee:

address :coffee:

order :coffee: