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文件
- Host: GitHub
- URL: https://github.com/pakholeung37/miniprogram-submitter
- Owner: pakholeung37
- Created: 2019-11-01T13:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T17:02:03.000Z (over 3 years ago)
- Last Synced: 2025-01-22T20:26:46.217Z (5 months ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 静默运行