
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.
This is a plugin of MRI project.
>npm install mri-cli -g
.getMriAdmin
文件// .getMriAdmin file { // 更新指定包 "packages": { "lodash": "^4.17.10", "moment": "^2.22.2", } // 全部重新安装 // "packages": true, // 不更新包 // "packages": false, }
mri dev
启动时检测更新包功能mri new name [key1:value1 key2:value2...]
name
: 新建项目名称[xOrigin:value1 primaryColor:value2, port:value3]
: 新建项目可选参数
mri upgrade [-r|--reinstall] [packageNames]
[-r|--reinstall]
: 删除node_modules
目录并重新安装[packageNames]
: 针对给定包名更新
- 注释中增加玩具功能
天气信息
- 用户信息请在项目下的
.git/config
文件中添加[user]
信息[user] name = nickname email = nickname@demo.com
效果样例如下:
/** * Component of Test * * @author nickname * @email nickname@demo.com * @create_time 2018/06/27 11:31:51 * @weather 多云 西南风 阴晴之间,谨防紫外线侵扰 */
支持命令方式创建component|widget
>mri component componentName [-w|--widget] [targetPath]
- componentName : 组件名称
- [-w|--widget] : 创建为widget, 可选.
- [targetPath] : 组件目标路径, 可选. 默认为('./src/components').
FAQs
This is a plugin of MRI project.
We found that mri-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.