README
WXACode
微信小程序码CLI
安装
npm install wxacode -g
初始化配置文件
wxacode init <type> [-d <dir>]
type 为 wxaqrcode, wxacode, wxacodeunlimit 三者之一。
dir 为保存 config.json 路径。
修改配置文件
按照微信小程序开发文档修改 config.json 中的参数。
生成微信小程序码
wxacode generate <config> [-d <dir>]
config 为修改后的 config.json。
dir 为保存小程序码的路径。