https://github.com/cytle/wxdt
微信开发者工具npm版
https://github.com/cytle/wxdt
Last synced: about 1 year ago
JSON representation
微信开发者工具npm版
- Host: GitHub
- URL: https://github.com/cytle/wxdt
- Owner: cytle
- Created: 2018-03-22T14:57:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T01:02:53.000Z (about 2 years ago)
- Last Synced: 2025-01-25T17:28:09.219Z (over 1 year ago)
- Language: Makefile
- Size: 18.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wxdt
微信开发者工具, 作为npm包
## CONTRIBUTING
这项目目的是产生一个轻量的开发者工具使用npm包(工具源码+工具私库包)
### 目录结构如下
```
.
├── README.md
├── bin
│ ├── upgradeWxdt.js // 更新package.nw源代码脚本
│ └── wxdt.js // 启动wxdt脚本,需要移动到package.nw下使用
├── lib
│ └── updatePackageJson.js
├── package.nw // wxdt npm包,执行upgradeWxdt产物,用于发布
├── package-lock.json
├── package.json
├── packages // 为兼容修改后的包
│ └── node-sync-ipc
└── yarn.lock
```
### TODOs
- [ ] 更新脚本
- [ ] 下载和安装开发者工具
- [x] 处理私库包兼容(如`node-sync-ipc`)
- [x] 更新工具`package.json`, 并且处理私库依赖情况
- [x] `nw.js`使用
- [x] 使用脚本
- [x] 启动工具
- [ ] 替换`wcc`/`wcsc`