An open API service indexing awesome lists of open source software.

https://github.com/pakholeung37/miniprogram-submitter

该脚本用于快速提交轻站wxapp和bdapp包, 使用前先修改config文件
https://github.com/pakholeung37/miniprogram-submitter

Last synced: 3 months ago
JSON representation

该脚本用于快速提交轻站wxapp和bdapp包, 使用前先修改config文件

Awesome Lists containing this project

README

        

## 可用脚本

### `yarn complie`
yarn run tsc 的 alias, 编译ts

### `yarn complie --watch`
yarn run tsc --watch 的 alias, 以监视方式编译ts

### `yarn lint`
yarn run eslint

### `yarn start`
node ./dist/index.js 运行脚本

#### -c --config 指定设置文件,默认设置在./src/config.ts中或./dist/config.js中, 不建议再自定设置脚本.

#### -s --silent 静默运行