
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@maloulab/cli
Advanced tools
yarn global add @maloulab/cli
或
npm i @maloulab/cli -g
mac、windows 微信开发者工具先打开设置-安全设置-服务端口 开启开关
默认配置 mac 微信开发工具 devTools 路径:/Applications/wechatwebdevtools.app/Contents/MacOS/cli windows 微信开发工具 devTools 路径:C:/Program Files (x86)/Tencent/微信 web 开发者工具/cli.bat 自动打开当前项目的文件夹:dist
没有配置的情况下,运行 weapp open,将自动打开微信开发者工具,并选中 dist 文件夹。
项目下创建.malourc.json 或 malou.config.json
例.malourc.json
{
// 微信开发工具 devTools 路径
"devToolsPath": "/Applications/wechatwebdevtools.app/Contents/MacOS/cli",
// 需要打开的文件夹名称,当前项目下的fileName
"fileName": "dist",
// 文件夹目录,配置后fileName无效
"filePath": " /Users/admin/Documents/work_space/malou-cli/dist"
}
malou open:weapp
FAQs
# 安装
We found that @maloulab/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.