
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
weapp-ide-cli
Advanced tools
微信开发者工具的命令行(v2) 的一个二次封装的包裹实现,来让开发者更加方便的使用微信开发者工具。
要使用命令行,注意首先需要在开发者工具的设置 -> 安全设置中开启服务端口。
npm i -g weapp-ide-cli
# or
yarn global add weapp-ide-cli
weapp open
# 等价
weapp-ide-cli open
# 在当前命令行所在位置,打开微信开发者工具
weapp open -p
# 等价
weapp open --project
# 在相对的路径,打开微信开发者工具
# 比如 uni-app 就可以在项目目录执行
weapp open -p dist/dev/mp-weixin
# 工具会把相对路径转化为绝对路径,然后打开(绝对路径不转化)
weapp login
在命令行进行微信扫码登录weapp open -p
启动工具进行调试开发weapp preview
开始预览weapp upload
上传代码weapp quit
关闭开发者工具weapp config
可以对微信开发者工具的 cli
目录进行配置,而配置文件就存放在用户的 ${homedir}/.weapp-ide-cli/config.json
中,您可以随时进行更改。
比如 windows 存放位置就在
C:\Users\${你的用户名}\.weapp-ide-cli/config.json
这个工具本质是一个 cli
二次处理工具,所以绝大部分命令都是透传的。
全部的命令请查看 https://developers.weixin.qq.com/miniprogram/dev/devtools/cli.html
FAQs
The npm package weapp-ide-cli receives a total of 73 weekly downloads. As such, weapp-ide-cli popularity was classified as not popular.
We found that weapp-ide-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.